mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
impr: Load plugins asynchronously to speed up startup times
This commit is contained in:
@@ -539,7 +539,7 @@ namespace hex::init {
|
||||
{ "Migrate config to .config", migrateConfig, false },
|
||||
#endif
|
||||
{ "Loading settings", loadSettings, false },
|
||||
{ "Loading plugins", loadPlugins, false },
|
||||
{ "Loading plugins", loadPlugins, true },
|
||||
{ "Checking for updates", checkForUpdates, true },
|
||||
{ "Loading fonts", loadFonts, true },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user