edit: dynamic gui scale

This commit is contained in:
Aleksander
2025-11-12 19:57:38 +01:00
parent 6e11c2cf87
commit 3aee4d68a3
8 changed files with 112 additions and 44 deletions

View File

@@ -53,7 +53,7 @@ pub fn create_keyboard(
processes: vec![],
};
let mut panel = GuiPanel::new_blank(app, state, false)?;
let mut panel = GuiPanel::new_blank(app, state, Default::default())?;
let globals = app.wgui_globals.clone();
let accent_color = globals.get().defaults.accent_color;