There was an error while loading. Please reload this page.
1 parent a12dc18 commit c2ddae6Copy full SHA for c2ddae6
1 file changed
src/helper/notification.rs
@@ -20,6 +20,9 @@ impl Helper {
20
#[inline(never)]
21
// The "frontend" function that parses the arguments, and spawns either the [Simple] or [Advanced] Node watchdog thread.
22
pub fn start_notifications(helper: &Arc<Mutex<Self>>) {
23
+ #[cfg(target_os = "macos")]
24
+ let _ = notify_rust::set_application("com.github.cyrix126.gupax");
25
+
26
let process_node = Arc::clone(&helper.lock().unwrap().node);
27
let process_p2pool = Arc::clone(&helper.lock().unwrap().p2pool);
28
let process_xmrig = Arc::clone(&helper.lock().unwrap().xmrig);
0 commit comments