Add appearance page

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2025-03-21 11:04:05 +00:00
parent 7dd159aac0
commit dced39cab0
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E
6 changed files with 579 additions and 170 deletions

View file

@ -137,6 +137,7 @@
#if defined(Q_OS_LINUX)
#include <sys/statvfs.h>
#include <ui/pages/global/AppearancePage.h>
#endif
#if defined(Q_OS_FREEBSD) || defined(Q_OS_OPENBSD)
@ -798,6 +799,7 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
{
m_globalSettingsProvider = std::make_shared<GenericPageProvider>(tr("Settings"));
m_globalSettingsProvider->addPage<LauncherPage>();
m_globalSettingsProvider->addPage<AppearancePage>();
m_globalSettingsProvider->addPage<MinecraftPage>();
m_globalSettingsProvider->addPage<JavaPage>();
m_globalSettingsProvider->addPage<LanguagePage>();