1. Finished GUI

2. Implemented Geolocation API
This commit is contained in:
brotoskyj
2025-01-28 14:51:14 -05:00
parent a703ec3149
commit 18ab70c299
11 changed files with 1412 additions and 16 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
fn main() {
let config = slint_build::CompilerConfiguration::new()
.with_style("cosmic-dark".into());
.with_style("fluent-dark".into());
slint_build::compile_with_config("ui/template.slint", config).unwrap();
}