add panic button (useful)

This commit is contained in:
2025-12-12 05:08:56 +00:00
parent 200b92cd48
commit 746b36dfc0
+3
View File
@@ -34,6 +34,9 @@ impl App {
if ui.add(egui::Button::new("force refresh theme")).clicked() {
catppuccin_egui::set_theme(ui.ctx(), self.settings.theme.into());
}
if ui.button("panic button").clicked() {
panic!("this is the panic button");
}
});
ui.collapsing("anti afk", |ui| {
ui.label(format!(