diff src/core/config.cc @ 224:7ca56c4ac0bc

about: don't abuse QCoreApplication:tr
author Paper <mrpapersonic@gmail.com>
date Mon, 08 Jan 2024 17:05:08 -0500
parents 84e0a3c4737a
children f784b5b1914c
line wrap: on
line diff
--- a/src/core/config.cc	Mon Jan 08 16:54:16 2024 -0500
+++ b/src/core/config.cc	Mon Jan 08 17:05:08 2024 -0500
@@ -25,6 +25,9 @@
 
 /* I'll use an INI-based config file instead of using an
  * XML file like Taiga.
+ *
+ * It technically isn't to spec, because I'm making these case-sensitive.
+ * Boohoo.
 */
 
 int Config::Load() {