reimplement "update checking" in the form of a simple button that goes to latest release

This commit is contained in:
2025-09-09 14:07:46 +01:00
parent 3322f9582f
commit c2584b5d01
2 changed files with 19 additions and 9 deletions
+1
View File
@@ -33,6 +33,7 @@ fn app_creator(
cc.egui_ctx.all_styles_mut(|style| {
style.spacing.item_spacing = egui::vec2(4.0, 4.0);
style.interaction.selectable_labels = false;
style.visuals.hyperlink_color = catppuccin_egui::Theme::from(app.settings.theme).text;
});
// load any extra fonts that we need
let mut fonts = egui::FontDefinitions::default();