numerous improvements in gui and feature code

This commit is contained in:
2025-04-19 04:28:24 +01:00
parent 0257834d04
commit 27524e855a
7 changed files with 176 additions and 218 deletions
+2
View File
@@ -35,7 +35,9 @@ fn app_creator(
util::win::elevate(util::win::ElevationExitMethod::Forced);
}
app.flags.elevated = elevated;
app.sysinfo.refresh_all();
egui_extras::install_image_loaders(&cc.egui_ctx);
catppuccin_egui::set_theme(&cc.egui_ctx, app.settings.theme.into());
cc.egui_ctx.style_mut(|style| {
style.spacing.item_spacing = egui::vec2(4.0, 4.0);
style.interaction.selectable_labels = false;