mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
remove extra levels
This commit is contained in:
parent
91e22f0035
commit
8e2e430bc6
5 changed files with 62 additions and 116 deletions
|
|
@ -19,7 +19,7 @@ impl Status {
|
|||
/// Useful as placeholder widget for error handlers
|
||||
pub fn new_failure(title: Option<&str>, description: Option<&str>) -> Self {
|
||||
Self {
|
||||
gobject: Failure::new(title, description).gobject().clone(),
|
||||
gobject: Failure::new(title, description, None).gobject().clone(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue