update egui & co, and rip out catppuccin_egui (garbage)

This commit is contained in:
2026-06-28 17:30:43 +01:00
parent e8df86c250
commit 3cf1d708a8
7 changed files with 318 additions and 157 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ impl App {
.show_ui(ui, |ui| ui.build_menu(&mut self.game_networking.blocked));
});
if ui.add(egui::Button::new("force refresh theme")).clicked() {
catppuccin_egui::set_theme(ui.ctx(), self.settings.theme.into());
ui.set_theme(egui::Theme::from(self.settings.theme));
}
if ui.button("panic button").clicked() {
panic!("this is the panic button");