Skip to content

Commit e46de02

Browse files
refactor: basic read & write
1 parent e4e0a75 commit e46de02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/base/LemonConfig.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ namespace Lemon::base::config {
4242
private:
4343
QString language = "en_US";
4444
// Prepare for theme setting
45-
// QString theme = ;
45+
// TODO: Theme support
46+
QString theme = "";
47+
4648
public:
4749
int read(const QJsonObject &json);
4850
void write(QJsonObject &json) const;

0 commit comments

Comments
 (0)