Disabled Qt scaling on all platforms by default

This commit is contained in:
Eric Kotato 2021-04-04 02:13:43 +03:00
parent 2787c22f7c
commit f18c0d97f9

View file

@ -148,7 +148,7 @@ rpl::producer<int> RecentStickersLimitChanges() {
int gUserpicCornersType = 3;
bool gShowTopBarUserpic = false;
bool gQtScale = Platform::IsLinux();
bool gQtScale = false;
bool gGtkIntegration = false;
rpl::variable<Platform::FileDialog::ImplementationType> gFileDialogType = Platform::FileDialog::ImplementationType::Default;