mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixed default ui scale
This commit is contained in:
parent
3f9a48fd72
commit
66e1952603
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ BaseWindow::BaseWindow(QWidget *parent, Flags _flags)
|
||||||
|
|
||||||
this->updateScale();
|
this->updateScale();
|
||||||
|
|
||||||
CreateWindowShortcut(this, "CTRL+0", [] { getApp()->settings->uiScale.setValue(1); });
|
CreateWindowShortcut(this, "CTRL+0", [] { getApp()->settings->uiScale.setValue(0); });
|
||||||
}
|
}
|
||||||
|
|
||||||
BaseWindow::Flags BaseWindow::getFlags()
|
BaseWindow::Flags BaseWindow::getFlags()
|
||||||
|
|
Loading…
Reference in a new issue