Skip to content

Commit

Permalink
Initialize fonts prior to displaying setup wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaulat committed Jan 17, 2024
1 parent 9e3b291 commit 46f6a11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scwx-qt/source/scwx/qt/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ int main(int argc, char* argv[])
scwx::qt::config::RadarSite::Initialize();
scwx::qt::config::CountyDatabase::Initialize();
scwx::qt::manager::SettingsManager::Instance().Initialize();
scwx::qt::manager::ResourceManager::Initialize();

// Theme
auto uiStyle = scwx::qt::types::GetUiStyle(
Expand All @@ -93,9 +94,6 @@ int main(int argc, char* argv[])
a.exec();
}

// Run further application initialization
scwx::qt::manager::ResourceManager::Initialize();

// Run Qt main loop
int result;
{
Expand Down

0 comments on commit 46f6a11

Please sign in to comment.