From 35fd98d0ca2afcdb7953f09117f14214b88974cc Mon Sep 17 00:00:00 2001 From: rosedaler <121954045+maddymodd@users.noreply.github.com> Date: Wed, 4 Jan 2023 11:55:05 -0500 Subject: [PATCH] Update main.rs --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index fb711a6..1d05b9d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1426,7 +1426,7 @@ impl eframe::App for App { // Is yellow if the user updated and should (but isn't required to) restart. match *lock!(self.restart) { Restart::Yes => ui.add_sized([width, height], Label::new(RichText::new(&self.name_version).color(YELLOW))).on_hover_text(GUPAX_SHOULD_RESTART), - _ => ui.add_sized([width, height], Label::new(&self.name_version)).on_hover_text(GUPAX_UP_TO_DATE), + _ => ui.add_sized([width, height], Label::new(&self.name_version)), }; ui.separator(); // [OS]