Added some comments.

This commit is contained in:
Nicolas Mailloux 2021-04-07 07:44:24 -04:00
parent 03776b9b1f
commit b0b9cc3adf

View file

@ -156,7 +156,7 @@ settings::settings(QWidget *parent) :
// DPI checkbox
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") {
string_writeconfig(".config/09-dpi/config-enabled", "false");
}