Skip to content

Commit

Permalink
Merge pull request #45 from ohaiibuzzle/fix/winetricks-table-ui
Browse files Browse the repository at this point in the history
fix: Add Winetricks to the old TableUI
  • Loading branch information
ohaiibuzzle authored Jun 29, 2023
2 parents 6559bcb + 4e198e4 commit f211dca
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ struct BottleConfigDropdown: View {
}
Section {
HStack {
Spacer()
Button("sheet.advConf.winecfgBtn") {
bottle.launchApplication("winecfg")
}
Expand All @@ -64,6 +63,9 @@ struct BottleConfigDropdown: View {
bottle.launchApplication("regedit")
}
Spacer()
Button("sheet.advConf.Winetricks") {
WinetricksUtils.shared.launchWinetricksShell(for: bottle)
}
}
}
Section {
Expand Down

0 comments on commit f211dca

Please sign in to comment.