Prep 6.1.0-rc7

This commit is contained in:
Luke D. Jones
2025-01-21 16:41:28 +13:00
parent 911ff8690e
commit 51e9f10087
4 changed files with 19 additions and 16 deletions

View File

@@ -84,7 +84,7 @@ pub fn show_toast(
pub fn setup_window(config: Arc<Mutex<Config>>) -> MainWindow {
slint::set_xdg_app_id("rog-control-center")
.map_err(warn!("Couldn't set application ID: {e:?}"))
.map_err(|e| warn!("Couldn't set application ID: {e:?}"))
.ok();
let ui = MainWindow::new().unwrap();
if let Ok(lock) = config.try_lock() {