Disabled Qt scaling on all platforms by default
This commit is contained in:
parent
2787c22f7c
commit
f18c0d97f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue