diff --git a/client/src/state/app/state.rs b/client/src/state/app/state.rs index 38b7e7c..57dbd1d 100644 --- a/client/src/state/app/state.rs +++ b/client/src/state/app/state.rs @@ -131,13 +131,13 @@ impl AppState { impl Default for UiState { fn default() -> Self { Self { - show_sidebar: true, + show_sidebar: false, show_intro: true, show_admin: false, show_form: false, show_login: false, show_register: false, - show_buffer_list: false, + show_buffer_list: true, focus_outside_canvas: false, dialog: DialogState::default(), }