working perfectly well, needs bug fixes to proper shortcuts to proper windows

This commit is contained in:
filipriec
2025-03-22 20:10:39 +01:00
parent 7d4b043d63
commit fe2d1e4684
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ pub fn render_ui(
command_message: &str,
app_state: &AppState,
intro_state: &intro::IntroState,
admin_panel_state: &AdminPanelState,
admin_panel_state: &mut AdminPanelState,
) {
render_background(f, f.area(), theme);