move theme refresh button to debug menu

This commit is contained in:
2025-09-04 06:21:27 +01:00
parent e848ca8d79
commit b8c444dc5b
2 changed files with 6 additions and 7 deletions
+6
View File
@@ -42,6 +42,12 @@ impl App {
ui.build_menu(&mut self.game_networking.blocked_status);
});
});
if ui
.add(egui::Button::new("force refresh theme"))
.clicked()
{
catppuccin_egui::set_theme(ui.ctx(), self.settings.theme.into());
}
});
ui.collapsing("anti afk", |ui| {
ui.label(format!(