Support for C$ File Explorer

1. Need to implement threaded file explorer to prevent parent thread blocking
https://pm.racooncity.org/project/champ/kanban
This commit is contained in:
brotoskyj
2025-03-11 03:04:00 +00:00
parent 0c0a081493
commit 7a8246905d
9 changed files with 1445 additions and 592 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
fn main() {
let config = slint_build::CompilerConfiguration::new()
.with_style("fluent-dark".into());
let config = slint_build::CompilerConfiguration::new().with_style("fluent-dark".into());
slint_build::compile_with_config("ui/template.slint", config).unwrap();
}
}