Skip to content

Commit

Permalink
close #61
Browse files Browse the repository at this point in the history
  • Loading branch information
xxAROX committed Jul 11, 2024
1 parent 2f931f7 commit 944d1ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void run() {
String latest_url = "https://github.com/Presence-Man/Application/releases/download/" + (AppInfo.development ? "dev" : ("v"+latestVersion)) + "/Presence-Man-App.jar";
SwingUtilities.invokeLater(() -> this.showUpdateQuestion(latest_url, latestVersion));
} else {
if (show_up_to_date_dialog) SwingUtilities.invokeLater(() -> App.ui.showInfo("Presence-Man is up to date!"));
if (show_up_to_date_dialog) SwingUtilities.invokeLater(() -> App.ui.showInfo(Lang.get("ui.popup.updater.good")));
}
} catch (Throwable ignored) {
}
Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/META-INF/MANIFEST.MF

This file was deleted.

1 change: 1 addition & 0 deletions src/main/resources/languages/de_DE.properties
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ ui.popup.updater.message=Sie verwenden eine veraltete Version von {App.name}!\nA
ui.popup.updater.title=Auf {latestVersion} aktualisieren?
ui.popup.updater.done=Die neueste Version von {App.name} wurde heruntergeladen!\nDrücken Sie OK, um neu zu starten.
ui.popup.updater.note=Aktualisieren von {App.version} auf {newVersion}
ui.popup.updater.good={App.name} is up to date!

ui.popup.login.title=Bei XBOX Live anmelden
ui.popup.login.browser=Wir haben einen neuen Browser-Tab für die Anmeldung geöffnet.
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/languages/en_US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ ui.tray.quit=Quit {App.name}
ui.popup.updater.message=You are running an outdated version of {App.name}!\nCurrent version: {App.version}\nLatest version: {latestVersion}\n\nDo you want to update?
ui.popup.updater.title=Update to {latestVersion}?
ui.popup.updater.done=Downloaded the latest version of {App.name}!\nPress OK to restart.
ui.popup.updater.note="Updating from {App.version} to {newVersion}
ui.popup.updater.note=Updating from {App.version} to {newVersion}
ui.popup.updater.good={App.name} is up to date!

ui.popup.login.title=Login to XBOX Live
ui.popup.login.browser=We've opened a new browser tab for you to login.
Expand Down

0 comments on commit 944d1ed

Please sign in to comment.