diff include/gui/dialog/settings.h @ 195:975a3f0965e2

locale: only attempt loading locales after QApplication is init'd also the general application stuff and anime list is separated in settings
author Paper <mrpapersonic@gmail.com>
date Thu, 07 Dec 2023 11:14:01 -0500
parents 649786bae914
children f784b5b1914c
line wrap: on
line diff
--- a/include/gui/dialog/settings.h	Thu Dec 07 03:17:05 2023 -0500
+++ b/include/gui/dialog/settings.h	Thu Dec 07 11:14:01 2023 -0500
@@ -50,6 +50,7 @@
 
 	private:
 		QWidget* CreateAnimeListWidget();
+		QWidget* CreateGeneralWidget();
 		decltype(session.config.anime_list.score_format) format;
 		Themes theme;
 		QLocale locale;