add button to debug to open app storage path

This commit is contained in:
2025-04-17 00:49:20 +01:00
parent db4ca22f95
commit 84a659a2b1
+3
View File
@@ -275,6 +275,9 @@ impl App {
}
fn show_debug(&mut self, _ctx: &egui::Context, ui: &mut egui::Ui) {
if ui.button("open storage path").clicked() {
open::that_detached(APP_STORAGE_PATH.as_path()).unwrap();
};
ui.collapsing("anti afk", |ui| {
ui.label(format!(
"timer: {}",