Feat: Manual Binary-Selection (CSS-WIP) (#91)

This commit is contained in:
Youwes09
2026-05-21 14:37:53 -05:00
parent 3dad4bc729
commit da788e90ba
6 changed files with 258 additions and 193 deletions
+2 -1
View File
@@ -102,6 +102,7 @@ pub fn run() {
commands::system::reset_suwayomi_data,
commands::system::open_path,
commands::system::pick_downloads_folder,
commands::system::pick_server_binary,
commands::backup::export_app_data,
commands::backup::import_app_data,
commands::backup::auto_backup_app_data,
@@ -159,5 +160,5 @@ pub fn run() {
}
})
.run(tauri::generate_context!())
.expect("error while running moku");
.expect("error while running moku")
}