refactor: move Tauri window title to config and add mode toggle to header

This commit is contained in:
Syahdan 2025-12-29 20:16:20 +07:00
parent 0a4b289d70
commit d19a7bdaa0
11 changed files with 489 additions and 65 deletions

View file

@ -1,3 +1,4 @@
fn main() {
#[cfg(feature = "desktop")]
tauri_build::build()
}