Progress checker works
This commit is contained in:
@@ -5,6 +5,8 @@ mod remote;
|
||||
mod unpacker;
|
||||
mod downloads;
|
||||
mod utils;
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
use auth::{auth_initiate, generate_authorization_header, recieve_handshake};
|
||||
use db::{DatabaseInterface, DATA_ROOT_DIR};
|
||||
@@ -104,7 +106,6 @@ pub fn run() {
|
||||
fetch_library,
|
||||
fetch_game,
|
||||
// Downloads
|
||||
download_game
|
||||
])
|
||||
.plugin(tauri_plugin_shell::init())
|
||||
.setup(|app| {
|
||||
|
||||
Reference in New Issue
Block a user