|
|
@ -2191,7 +2191,9 @@ QString Widget::getStatusIconPath(Status status) |
|
|
|
case Status::Offline: |
|
|
|
case Status::Offline: |
|
|
|
return ":/img/status/dot_offline.svg"; |
|
|
|
return ":/img/status/dot_offline.svg"; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
qWarning() << "Status unknown"; |
|
|
|
assert(false); |
|
|
|
assert(false); |
|
|
|
|
|
|
|
return QString{}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Preparing needed to set correct size of icons for GTK tray backend
|
|
|
|
// Preparing needed to set correct size of icons for GTK tray backend
|
|
|
|