mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-23 08:32:51 +00:00
feat: parallel downloads, redesigned download overlay (#100)
This commit is contained in:
@@ -48,7 +48,7 @@ pub fn run() {
|
||||
.plugin(tauri_plugin_process::init())
|
||||
.plugin(tauri_plugin_updater::Builder::new().build())
|
||||
.manage(DownloadState {
|
||||
token: Arc::new(Mutex::new(None)),
|
||||
tokens: Arc::new(Mutex::new(HashMap::new())),
|
||||
})
|
||||
.manage(GameState {
|
||||
child: Arc::new(Mutex::new(None)),
|
||||
|
||||
Reference in New Issue
Block a user