feat(depot): update screens

This commit is contained in:
2023-12-21 15:29:07 +07:00
parent a6ca2589ab
commit 4670778181
25 changed files with 787 additions and 211 deletions

View File

@@ -3,6 +3,8 @@
windows_subsystem = "windows"
)]
mod commands;
use keyring::Entry;
use std::time::Duration;
use tauri_plugin_autostart::MacosLauncher;
@@ -161,7 +163,8 @@ fn main() {
opengraph,
secure_save,
secure_load,
secure_remove
secure_remove,
commands::show_in_folder,
])
.run(ctx)
.expect("error while running tauri application");