Changes, made server browser refresh button have a hard 30 second minimum refresh interval, settings are now saved!

This commit is contained in:
2021-11-24 21:50:56 -06:00
parent 829bc3b2e1
commit e0e649c922
7 changed files with 115 additions and 24 deletions

View File

@@ -70,7 +70,7 @@ class W3DHub
end
# Game Stuff
flow(width: 1.0, height: 0.89) do
flow(width: 1.0, height: 0.88) do
# background 0xff_9999ff
# Game options
@@ -124,7 +124,7 @@ class W3DHub
end
# Play buttons
flow(width: 1.0, height: 0.08) do
flow(width: 1.0, height: 0.09, padding_top: 6) do
# background 0xff_551100
if Store.application_manager.installed?(game.id, channel.id)