mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-09-22 00:03:46 +00:00
Make renegade importable, tweak game runner for renegade (tt patch launcher doesn't work well with wine apparently)
This commit is contained in:
@@ -227,7 +227,9 @@ module W3DHubLauncher
|
||||
end
|
||||
end
|
||||
else
|
||||
button "Import", enabled: false, tip: "Import existing application installation", fill: true, height: 1.0, **CTA_BUTTON_THEME
|
||||
button "Import", tip: "Import existing application installation", fill: true, height: 1.0, **CTA_BUTTON_THEME do |btn|
|
||||
dialog(Dialog::ImportApplication, application: @current_app, channel: @current_channel)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user