Skip to content

Commit c058e4f

Browse files
Name the Tray dbus interface
1 parent 234a36d commit c058e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/src/tray/linux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub async fn handle_tray(mut stop: Shutdown, tx: mpsc::Sender<EventTriggers>) ->
3535

3636
// Attempt to immediately update the environment..
3737
let icon = GoXLRTray::new(tx, &tmp_file_path);
38-
let handle = icon.spawn_without_dbus_name().await;
38+
let handle = icon.spawn().await;
3939

4040
let handle = match handle {
4141
Ok(handle) => handle,

0 commit comments

Comments
 (0)