mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-10 19:52:24 +00:00
[Linux] Reset tray icon when airpods disconnect
This commit is contained in:
@@ -33,6 +33,12 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
void resetTrayIcon()
|
||||
{
|
||||
trayIcon->setIcon(QIcon(":/icons/assets/airpods.png"));
|
||||
trayIcon->setToolTip("");
|
||||
}
|
||||
|
||||
signals:
|
||||
void notificationsEnabledChanged(bool enabled);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user