Merge pull request #10 from maddymodd/update-text-removal

Remove the up-to-date text
This commit is contained in:
hinto-janaiyo 2023-01-06 16:21:04 +00:00 committed by GitHub
commit 5c6b11a0d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]