mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-28 12:04:13 +00:00
change response class
This commit is contained in:
parent
b48eb0a3c2
commit
7420ce8606
@ -82,7 +82,7 @@ impl File {
|
||||
None => todo!(),
|
||||
},
|
||||
Err(reason) => {
|
||||
gobject.set_css_classes(&["error"]);
|
||||
gobject.set_css_classes(&["warning"]);
|
||||
gobject.set_label(reason.message())
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user