mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
removed the qt scaling
This commit is contained in:
parent
81e06f3a53
commit
e6ee009698
1 changed files with 0 additions and 2 deletions
|
@ -73,8 +73,6 @@ int main(int argc, char *argv[])
|
||||||
a.installNativeEventFilter(new DpiNativeEventFilter);
|
a.installNativeEventFilter(new DpiNativeEventFilter);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
a.setAttribute(Qt::AA_EnableHighDpiScaling, true);
|
|
||||||
|
|
||||||
// Options
|
// Options
|
||||||
bool portable = false;
|
bool portable = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue