sidebar fixed bugs and buffer implementation 1

This commit is contained in:
filipriec
2025-04-14 22:14:01 +02:00
parent 0917654361
commit 8745c9ea2f
8 changed files with 125 additions and 24 deletions

View File

@@ -16,6 +16,7 @@ pub struct DialogState {
pub struct UiState {
pub show_sidebar: bool,
pub show_buffer_list: bool,
pub show_intro: bool,
pub show_admin: bool,
pub show_form: bool,
@@ -136,6 +137,7 @@ impl Default for UiState {
show_form: false,
show_login: false,
show_register: false,
show_buffer_list: false,
focus_outside_canvas: false,
dialog: DialogState::default(),
}