mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
change response class
This commit is contained in:
parent
b48eb0a3c2
commit
7420ce8606
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue