update egui & co, and rip out catppuccin_egui (garbage)
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user