mirror of
https://github.com/ducbao414/win32.run.git
synced 2025-12-15 08:42:49 +09:00
fix: boot options mess up under slow connection
This commit is contained in:
@@ -52,7 +52,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
let selected = false;
|
||||
function boot(){
|
||||
if(selected) return;
|
||||
selected = true;
|
||||
|
||||
if(current_option == 0){
|
||||
utils.set_installing_windows(false);
|
||||
dispatcher('load_page', {url: './xp/starting.svelte'});
|
||||
|
||||
Reference in New Issue
Block a user