1
0
mirror of synced 2024-11-28 01:20:51 +01:00

impr: Load plugins asynchronously to speed up startup times

This commit is contained in:
WerWolv 2023-06-27 00:52:13 +02:00
parent 7510fa091e
commit 8fdb60758b

View File

@ -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 },
};