Hide nonfunctional game modifications tab

This commit is contained in:
2024-03-12 09:30:51 -05:00
parent 3f7ec2fb5c
commit e035b1ed58
3 changed files with 7 additions and 5 deletions

View File

@@ -438,8 +438,8 @@ class W3DHub
end
if W3DHUB_DEVELOPER
list_box(items: (1..12).to_a.map(&:to_s), margin_left: 16, width: 72, tip: "Number of game clients", **TESTING_BUTTON)
button "Multijoin", tip: "Launch multiple clients with configured username_\#{number}", **TESTING_BUTTON, enabled: true
list_box(items: (1..12).to_a.map(&:to_s), margin_left: 16, width: 72, tip: "Number of game clients", enabled: (game_installed && !game_updatable), **TESTING_BUTTON)
button "Multijoin", tip: "Launch multiple clients with configured username_\#{number}", enabled: (game_installed && !game_updatable), **TESTING_BUTTON
end
flow(fill: true)