admin page being rendered properly well now
This commit is contained in:
@@ -43,6 +43,7 @@ pub fn render_ui(
|
||||
current_dir: &str,
|
||||
current_fps: f64,
|
||||
app_state: &AppState,
|
||||
auth_state: &AuthState,
|
||||
) {
|
||||
render_background(f, f.area(), theme);
|
||||
|
||||
@@ -94,7 +95,7 @@ pub fn render_ui(
|
||||
Page::Admin(state) => crate::pages::admin::main::ui::render_admin_panel(
|
||||
f,
|
||||
app_state,
|
||||
&mut AuthState::default(),
|
||||
auth_state,
|
||||
state,
|
||||
main_content_area,
|
||||
theme,
|
||||
|
||||
Reference in New Issue
Block a user