mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 06:55:58 +00:00
Show not supported themes placeholders.
This commit is contained in:
@@ -46,9 +46,9 @@ void Controller::firstShow() {
|
||||
|
||||
void Controller::checkThemeEditor() {
|
||||
using namespace Window::Theme;
|
||||
if (Background()->isEditingTheme()) {
|
||||
showRightColumn(
|
||||
Box<Editor>(this, Background()->themeObject().cloud));
|
||||
|
||||
if (const auto editing = Background()->editingTheme()) {
|
||||
showRightColumn(Box<Editor>(this, *editing));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user