Skip to content

Commit f211dca

Browse files
authored
Merge pull request #45 from ohaiibuzzle/fix/winetricks-table-ui
fix: Add Winetricks to the old TableUI
2 parents 6559bcb + 4e198e4 commit f211dca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Harbor/UIElements/BottleManagement/BottleConfigDropdown.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ struct BottleConfigDropdown: View {
5353
}
5454
Section {
5555
HStack {
56-
Spacer()
5756
Button("sheet.advConf.winecfgBtn") {
5857
bottle.launchApplication("winecfg")
5958
}
@@ -64,6 +63,9 @@ struct BottleConfigDropdown: View {
6463
bottle.launchApplication("regedit")
6564
}
6665
Spacer()
66+
Button("sheet.advConf.Winetricks") {
67+
WinetricksUtils.shared.launchWinetricksShell(for: bottle)
68+
}
6769
}
6870
}
6971
Section {

0 commit comments

Comments
 (0)