From 8c437b60104cbf1bed9ebc313e5bc3b9d04162b3 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Wed, 20 Apr 2022 20:22:58 +0200 Subject: running status on buttons When the game is running the buttons will go from saying "Launch" to "Running" and the buttons will also disable, so you can't run the game multiple times, avoiding a lot of issues. --- src/lang/en.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lang') diff --git a/src/lang/en.json b/src/lang/en.json index 92aab31..9f2ac40 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -116,6 +116,7 @@ "gui.nsupdate.gaming.body": "An update for Northstar is available.\nYou can force its installation after closing the game.", "gui.launch": "Launch", + "gui.running": "Running", "gui.launchvanilla": "Vanilla", "gui.launchnorthstar": "Northstar", "gui.installnorthstar": "Install", -- cgit v1.2.3