intro page working properly well
This commit is contained in:
@@ -6,7 +6,7 @@ use common::proto::multieko2::table_definition::ProfileTreeResponse;
|
||||
pub struct UiState {
|
||||
pub show_sidebar: bool,
|
||||
pub is_saved: bool,
|
||||
// pub show_intro: bool,
|
||||
pub show_intro: bool,
|
||||
}
|
||||
|
||||
pub struct AppState {
|
||||
@@ -49,6 +49,7 @@ impl Default for UiState {
|
||||
Self {
|
||||
show_sidebar: true,
|
||||
is_saved: false,
|
||||
show_intro: true,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user