fixing this
This commit is contained in:
@@ -35,6 +35,7 @@ pub struct AppState {
|
||||
pub profile_tree: ProfileTreeResponse,
|
||||
pub selected_profile: Option<String>,
|
||||
pub current_mode: AppMode,
|
||||
pub focused_button_index: usize,
|
||||
|
||||
// UI preferences
|
||||
pub ui: UiState,
|
||||
@@ -52,6 +53,7 @@ impl AppState {
|
||||
profile_tree: ProfileTreeResponse::default(),
|
||||
selected_profile: None,
|
||||
current_mode: AppMode::General,
|
||||
focused_button_index: 0,
|
||||
ui: UiState::default(),
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user