Skip to content

Commit

Permalink
refactor: rename default theme
Browse files Browse the repository at this point in the history
Signed-off-by: windstone <notwindstone@gmail.com>
  • Loading branch information
notwindstone authored Jul 12, 2024
1 parent 9d6c242 commit c5af8a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launcher/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)

// Theming
m_settings->registerSetting("IconTheme", QString("fluent_dark"));
m_settings->registerSetting("ApplicationTheme", QString("freesm_dark"));
m_settings->registerSetting("ApplicationTheme", QString("freesm"));
m_settings->registerSetting("BackgroundCat", QString("typescript"));

// Remembered state
Expand Down Expand Up @@ -1075,7 +1075,7 @@ bool Application::createSetupWizard()
if (!validIcons)
settings()->set("IconTheme", QString("fluent_dark"));
if (!validWidgets)
settings()->set("ApplicationTheme", QString("freesm_dark"));
settings()->set("ApplicationTheme", QString("freesm"));

m_themeManager->applyCurrentlySelectedTheme(true);

Expand Down

0 comments on commit c5af8a6

Please sign in to comment.