Backup shortcuts (#144)

* Add initial option to back up shortcuts

* Show list of backups

* Reload backups on change

* Restore backups

* Improve UX of backup ui

* Reorganize ui

* Update version in cargo.toml

* Update flatpak description

* Update cargo-lock.json
This commit is contained in:
Philip Kristoffersen
2022-05-20 21:53:21 +02:00
committed by GitHub
parent f5fef331ab
commit 967465d326
9 changed files with 269 additions and 37 deletions
+2
View File
@@ -1,10 +1,12 @@
mod defines;
mod ui_backup;
mod ui_image_download;
mod ui_import_games;
mod ui_settings;
mod uiapp;
pub use defines::*;
pub use ui_backup::*;
pub use ui_image_download::*;
pub use ui_import_games::*;
pub use ui_settings::*;