This commit is contained in:
filipriec
2025-04-15 14:12:42 +02:00
parent f94006dd08
commit c091a39802
3 changed files with 32 additions and 21 deletions

View File

@@ -62,8 +62,8 @@ pub async fn run_ui() -> Result<(), Box<dyn std::error::Error>> {
&login_state,
&register_state,
&intro_state,
&buffer_state,
&mut admin_state,
&buffer_state,
&theme,
is_edit_mode,
app_state.total_count,
@@ -124,8 +124,8 @@ pub async fn run_ui() -> Result<(), Box<dyn std::error::Error>> {
&mut login_state,
&mut register_state,
&mut intro_state,
&mut buffer_state,
&mut admin_state,
&mut buffer_state,
&mut app_state,
total_count,
&mut current_position,