update user screen

This commit is contained in:
Ren Amamiya
2023-08-25 09:50:04 +07:00
parent b2df8ae320
commit 92d49c306b
12 changed files with 357 additions and 272 deletions

View File

@@ -25,11 +25,6 @@ async fn close_splashscreen(window: tauri::Window) {
fn main() {
tauri::Builder::default()
.setup(|app| {
#[cfg(debug_assertions)]
app.get_window("main").unwrap().open_devtools();
Ok(())
})
.plugin(
tauri_plugin_sql::Builder::default()
.add_migrations(