mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-06 07:16:38 -04:00
handle additional idlewarning state
This commit is contained in:
@@ -65,6 +65,9 @@ namespace Duplicati.GUI.TrayIcon
|
||||
case TrayIcons.Running:
|
||||
m_appIndicator.IconDesc = "Running";
|
||||
break;
|
||||
case TrayIcons.IdleWarning:
|
||||
m_appIndicator.IconDesc = "Warning";
|
||||
break;
|
||||
case TrayIcons.IdleError:
|
||||
m_appIndicator.IconDesc = "Error";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user