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

@@ -184,7 +184,7 @@ class W3DHub
path = case File.basename(command)
when "zenity", "matedialog", "qarma"
`#{command} --file-selection --directory --title "#{title} #{Dir.home}"`
`#{command} --file-selection --directory --title "#{title}"`
when "kdialog"
`#{command} --title "#{title}" --getexistingdirectory #{Dir.home}"`
else