mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
update status controller name
This commit is contained in:
parent
d2fd77f178
commit
c1bc99125e
4 changed files with 8 additions and 8 deletions
|
|
@ -1,10 +1,10 @@
|
|||
use adw::StatusPage;
|
||||
|
||||
pub struct Error {
|
||||
pub struct Failure {
|
||||
// nothing yet..
|
||||
}
|
||||
|
||||
impl Error {
|
||||
impl Failure {
|
||||
pub fn new(title: &str, description: &str) -> StatusPage {
|
||||
StatusPage::builder()
|
||||
.description(description)
|
||||
Loading…
Add table
Add a link
Reference in a new issue