mirror of
https://github.com/Quill-OS/quill.git
synced 2024-11-01 05:43:21 -07:00
Added some comments.
This commit is contained in:
parent
03776b9b1f
commit
b0b9cc3adf
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ settings::settings(QWidget *parent) :
|
||||||
|
|
||||||
// DPI checkbox
|
// DPI checkbox
|
||||||
string_checkconfig(".config/09-dpi/config");
|
string_checkconfig(".config/09-dpi/config");
|
||||||
// Check if the string is a number
|
// Check if the string is a number; else, we don't check the check box
|
||||||
if(checkconfig_str_val == "false") {
|
if(checkconfig_str_val == "false") {
|
||||||
string_writeconfig(".config/09-dpi/config-enabled", "false");
|
string_writeconfig(".config/09-dpi/config-enabled", "false");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue