diff --git a/src/main.rs b/src/main.rs index 05e4d92..83da2af 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,7 +6,7 @@ use gtk::{ use std::process::Command; use walkdir::WalkDir; -const APP_ID: &str = "sieg_heil"; +const APP_ID: &str = "LinuxWEGUI"; fn build_ui(app: &Application) { let window = ApplicationWindow::builder()