Mercurial > minori
diff include/gui/dialog/settings.h @ 101:c537996cf67b
*: multitude of config changes
1. theme is now configurable from the settings menu
(but you have to restart for it to apply)
2. config is now stored in an INI file, with no method of
conversion from json (this repo is private-ish anyway)
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Fri, 03 Nov 2023 14:06:02 -0400 |
parents | 8043152ef9d4 |
children | 2004b41d4a59 |
line wrap: on
line diff
--- a/include/gui/dialog/settings.h Fri Nov 03 09:43:04 2023 -0400 +++ b/include/gui/dialog/settings.h Fri Nov 03 14:06:02 2023 -0400 @@ -2,6 +2,7 @@ #define __gui__dialog__settings_h #include "core/anime.h" +#include "core/config.h" #include <QDialog> #include <QWidget> @@ -43,6 +44,7 @@ private: QWidget* CreateAnimeListWidget(); + Themes theme; Anime::TitleLanguage language; bool display_aired_episodes; bool display_available_episodes;