mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
Add loading bar to testing page and make downloading more robust
This commit is contained in:
@@ -78,6 +78,9 @@ class PluginLoader extends Logger {
|
||||
'loader/add_multiple_plugins_install_prompt',
|
||||
this.addMultiplePluginsInstallPrompt.bind(this),
|
||||
);
|
||||
DeckyBackend.addEventListener('updater/update_download_percentage', () => {
|
||||
this.deckyState.setIsLoaderUpdating(true);
|
||||
});
|
||||
|
||||
this.tabsHook.init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user