Made Join Server button have a different colored background for non-release servers, added small download icon next to a game's icon when it is not installed, updated Update Now string to Install Update, selected app and channel are now saved to the settings- possibly removing an unnecessary click

This commit is contained in:
2021-12-22 18:14:26 -06:00
parent 6b82fad794
commit 961b61c0ce
5 changed files with 32 additions and 10 deletions

View File

@@ -13,7 +13,9 @@ class W3DHub
server_list_region: "Any",
account: {},
applications: {},
games: {}
games: {},
last_selected_app: "ren",
last_selected_channel: "release"
}
end