Preload font subfolders

This commit is contained in:
GenevensiS
2025-05-15 02:45:02 +02:00
parent 431c767fcf
commit fdff0c8495
+1 -1
View File
@@ -87,7 +87,7 @@ int MSE::OnRun() {
// Platform friendly appname // Platform friendly appname
SetAppName(_("magicseteditor")); SetAppName(_("magicseteditor"));
#endif #endif
Font::PreloadResourceFonts(_("Magic - Fonts"), false); Font::PreloadResourceFonts(_("Magic - Fonts"), true);
wxInitAllImageHandlers(); wxInitAllImageHandlers();
wxFileSystem::AddHandler(new wxInternetFSHandler); // needed for update checker wxFileSystem::AddHandler(new wxInternetFSHandler); // needed for update checker
wxSocketBase::Initialize(); wxSocketBase::Initialize();