mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-09-20 08:18:37 +00:00
fix: missing checkmark icon
This commit is contained in:
parent
0402e2cdab
commit
e172090757
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pub enum DeviceRowState {
|
|||
impl DeviceRowState {
|
||||
pub fn icon(&self) -> &str {
|
||||
match &self {
|
||||
Self::Ok => "emblem-ok-symbolic",
|
||||
Self::Ok => "checkmark-symbolic",
|
||||
Self::Error => "dialog-question-symbolic",
|
||||
Self::Warning => "dialog-warning-symbolic",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue