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:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user