diff --git a/Telegram/SourceFiles/kotato/settings.cpp b/Telegram/SourceFiles/kotato/settings.cpp index 3ccb544fd..ca3a9c83d 100644 --- a/Telegram/SourceFiles/kotato/settings.cpp +++ b/Telegram/SourceFiles/kotato/settings.cpp @@ -148,7 +148,7 @@ rpl::producer RecentStickersLimitChanges() { int gUserpicCornersType = 3; bool gShowTopBarUserpic = false; -bool gQtScale = Platform::IsLinux(); +bool gQtScale = false; bool gGtkIntegration = false; rpl::variable gFileDialogType = Platform::FileDialog::ImplementationType::Default;