mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-07 18:06:04 +00:00
Get rid of redudant cmake options
This commit is contained in:
@@ -65,9 +65,7 @@ object_ptr<Ui::RpWidget> CreateIntroSettings(
|
||||
AddDivider(result);
|
||||
AddSkip(result);
|
||||
SetupLanguageButton(result, false);
|
||||
if (HasConnectionType()) {
|
||||
SetupConnectionType(&window->account(), result);
|
||||
}
|
||||
SetupConnectionType(&window->account(), result);
|
||||
AddSkip(result);
|
||||
if (HasUpdate()) {
|
||||
AddDivider(result);
|
||||
|
Reference in New Issue
Block a user