Fix rog-control-center not reopening if is set

This commit is contained in:
Luke D. Jones
2023-04-27 16:01:07 +12:00
parent 14f031ad34
commit fb0374512d
5 changed files with 40 additions and 32 deletions

View File

@@ -216,6 +216,7 @@ impl ROGTray {
if let Ok(mut ipc) = get_ipc_file().map_err(|e| {
error!("ROGTray: get_ipc_file: {}", e);
}) {
debug!("Tray told app to show self");
ipc.write_all(&[SHOW_GUI]).ok();
}
});