handle additional idlewarning state

This commit is contained in:
drwtsn32x
2019-12-08 17:53:07 -08:00
parent 6fc67a6f5f
commit 6d59e84202
@@ -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;