diff options
Diffstat (limited to 'components/mail/contents/ui')
-rw-r--r-- | components/mail/contents/ui/Mail.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/mail/contents/ui/Mail.qml b/components/mail/contents/ui/Mail.qml index 1bdbc5ed..04820d54 100644 --- a/components/mail/contents/ui/Mail.qml +++ b/components/mail/contents/ui/Mail.qml | |||
@@ -308,6 +308,10 @@ Controls2.ApplicationWindow { | |||
308 | State { | 308 | State { |
309 | name: "checkmark"; when: model.status == KubeAccountsFramework.AccountsModel.ConnectedStatus | 309 | name: "checkmark"; when: model.status == KubeAccountsFramework.AccountsModel.ConnectedStatus |
310 | PropertyChanges { target: statusIcon; iconName: KubeTheme.Icons.connected; visible: true } | 310 | PropertyChanges { target: statusIcon; iconName: KubeTheme.Icons.connected; visible: true } |
311 | }, | ||
312 | State { | ||
313 | name: "disconnected"; when: model.status == KubeAccountsFramework.AccountsModel.OfflineStatus | ||
314 | PropertyChanges { target: statusIcon; iconName: KubeTheme.Icons.noNetworkConnection; visible: true } | ||
311 | } | 315 | } |
312 | ] | 316 | ] |
313 | } | 317 | } |