diff --git a/Telegram/SourceFiles/settings/settings_chat.cpp b/Telegram/SourceFiles/settings/settings_chat.cpp index a27e16adf..6099f35cc 100644 --- a/Telegram/SourceFiles/settings/settings_chat.cpp +++ b/Telegram/SourceFiles/settings/settings_chat.cpp @@ -1089,9 +1089,6 @@ void SetupDefaultThemes(not_null container) { container.get()); const auto chosen = [] { - if (Window::Theme::IsNonDefaultBackground()) { - return Type(-1); - } const auto path = Window::Theme::Background()->themeAbsolutePath(); for (const auto &scheme : kSchemesList) { if (path == scheme.path) {