mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Allow creating desktop part of multi-theme.
This commit is contained in:
@@ -45,8 +45,10 @@ void Controller::firstShow() {
|
||||
}
|
||||
|
||||
void Controller::checkThemeEditor() {
|
||||
if (Window::Theme::Background()->isEditingTheme()) {
|
||||
showRightColumn(Box<Window::Theme::Editor>(this));
|
||||
using namespace Window::Theme;
|
||||
if (Background()->isEditingTheme()) {
|
||||
showRightColumn(
|
||||
Box<Editor>(this, Background()->themeObject().cloud));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user