From 0257834d047578ddd0e10b5085c2acda2b7c2afd Mon Sep 17 00:00:00 2001 From: futile Date: Fri, 18 Apr 2025 20:32:39 +0100 Subject: [PATCH] add checkbox to debug to spoof new version of the app beign available --- src/gui/app.rs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/gui/app.rs b/src/gui/app.rs index fa86aec..4c92b74 100644 --- a/src/gui/app.rs +++ b/src/gui/app.rs @@ -297,6 +297,13 @@ impl App { if ui.button("open storage path").clicked() { open::that_detached(APP_STORAGE_PATH.as_path()).unwrap(); } + ui.collapsing("version", |ui| { + ui.checkbox( + &mut self.meta.newer_version_available, + "spoof new version available", + ) + .on_hover_text("(this could already be checked if\nthere actually IS a new version)"); + }); ui.collapsing("anti afk", |ui| { ui.label(format!( "timer: {}",