mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
reorder
This commit is contained in:
parent
7da4d617da
commit
dcb4eacb7f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,8 +1,8 @@
|
|||
use adw::StatusPage;
|
||||
|
||||
const DEFAULT_ICON_NAME: Option<&str> = Some("dialog-error");
|
||||
const DEFAULT_TITLE: &str = "Oops";
|
||||
const DEFAULT_DESCRIPTION: Option<&str> = None;
|
||||
const DEFAULT_ICON_NAME: Option<&str> = Some("dialog-error");
|
||||
|
||||
/// Create new `GObject` preset for failure [StatusPage](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/class.StatusPage.html)
|
||||
pub fn new_gobject_from(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue