mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
add fake progress bar timing
This commit is contained in:
@@ -64,7 +64,7 @@ export function SettingsPage() {
|
||||
setTimeout(() => {
|
||||
progressBarService.complete();
|
||||
setTimeout(() => progressBarService.hide(true), 1000);
|
||||
}, 2000);
|
||||
}, 1000);
|
||||
if(res.success){ setInstallationFolder(res.data); }
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user