mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Enable DPI Scaling
This commit is contained in:
parent
8f4e20db8e
commit
d2cbef9dff
|
@ -50,6 +50,8 @@ int main(int argc, char *argv[])
|
|||
{
|
||||
QApplication a(argc, argv);
|
||||
|
||||
a.setAttribute(Qt::AA_EnableHighDpiScaling, true);
|
||||
|
||||
// Options
|
||||
bool portable = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue