From b0b9cc3adf5150f13f6c10a367b191f320d67b58 Mon Sep 17 00:00:00 2001 From: Nicolas Mailloux Date: Wed, 7 Apr 2021 07:44:24 -0400 Subject: [PATCH] Added some comments. --- settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.cpp b/settings.cpp index da7f35f..ee7a59a 100644 --- a/settings.cpp +++ b/settings.cpp @@ -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"); }