design: upgrade global design of the app

This commit is contained in:
2026-04-23 11:21:38 +02:00
parent a397c86bc3
commit fe108a3b61
9 changed files with 208 additions and 10 deletions

View File

@ -53,6 +53,7 @@ pub fn run() {
commands::toggle_quest_step,
commands::get_resource_inventory,
commands::set_resource_quantity,
commands::open_image_viewer,
])
.run(tauri::generate_context!())
.expect("error while running tauri application");