chore: follow up

This commit is contained in:
2024-03-19 15:36:20 +07:00
parent 7fabf949c6
commit 5d59040224
14 changed files with 145 additions and 155 deletions

View File

@@ -117,6 +117,9 @@ fn main() {
commands::folder::show_in_folder,
commands::folder::get_accounts,
commands::opg::fetch_opg,
commands::window::create_column,
commands::window::close_column,
commands::window::reposition_column
])
.build(tauri::generate_context!())
.expect("error while running tauri application")