impr: Load plugins asynchronously to speed up startup times
This commit is contained in:
parent
7510fa091e
commit
8fdb60758b
@ -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 },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user