We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6559bcb + 4e198e4 commit f211dcaCopy full SHA for f211dca
Harbor/UIElements/BottleManagement/BottleConfigDropdown.swift
@@ -53,7 +53,6 @@ struct BottleConfigDropdown: View {
53
}
54
Section {
55
HStack {
56
- Spacer()
57
Button("sheet.advConf.winecfgBtn") {
58
bottle.launchApplication("winecfg")
59
@@ -64,6 +63,9 @@ struct BottleConfigDropdown: View {
64
63
bottle.launchApplication("regedit")
65
66
Spacer()
+ Button("sheet.advConf.Winetricks") {
67
+ WinetricksUtils.shared.launchWinetricksShell(for: bottle)
68
+ }
69
70
71
0 commit comments