mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 07:37:21 -08:00
Fix DPI checkbox bug
This commit is contained in:
parent
4e9bc465d2
commit
0e4d19b626
1 changed files with 3 additions and 0 deletions
|
@ -155,6 +155,9 @@ settings::settings(QWidget *parent) :
|
|||
}
|
||||
|
||||
// DPI checkbox
|
||||
if(checkconfig(".config/09-dpi/config") != false) {
|
||||
string_writeconfig(".config/09-dpi/config-enabled", "false");
|
||||
}
|
||||
if(checkconfig_rw(".config/09-dpi/config-enabled") == true) {
|
||||
ui_not_user_change = true;
|
||||
ui->enableUiScalingCheckBox->click();
|
||||
|
|
Loading…
Reference in a new issue