disabling modes where they shouldnt be enabled BIG UPDATE
This commit is contained in:
@@ -8,7 +8,6 @@ pub struct UiState {
|
||||
pub is_saved: bool,
|
||||
pub show_intro: bool,
|
||||
pub show_admin: bool,
|
||||
pub show_general_mode: bool,
|
||||
}
|
||||
|
||||
pub struct GeneralState {
|
||||
@@ -65,7 +64,6 @@ impl Default for UiState {
|
||||
is_saved: false,
|
||||
show_intro: true,
|
||||
show_admin: false,
|
||||
show_general_mode: false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user