Added SCCM Log Parse Button

This commit is contained in:
brotoskyj
2025-01-24 10:52:05 -05:00
parent 1d7764bc80
commit a703ec3149
6 changed files with 5246 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
fn main() {
let config = slint_build::CompilerConfiguration::new()
.with_style("cosmic-dark".into());
slint_build::compile_with_config("ui/template.slint", config).unwrap();
}