We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e0a75 commit e46de02Copy full SHA for e46de02
src/base/LemonConfig.hpp
@@ -42,7 +42,9 @@ namespace Lemon::base::config {
42
private:
43
QString language = "en_US";
44
// Prepare for theme setting
45
- // QString theme = ;
+ // TODO: Theme support
46
+ QString theme = "";
47
+
48
public:
49
int read(const QJsonObject &json);
50
void write(QJsonObject &json) const;
0 commit comments