Skip to content

Commit

Permalink
Temporarily disable winetricks (in-progress #58)
Browse files Browse the repository at this point in the history
  • Loading branch information
vapidinfinity committed May 21, 2024
1 parent 2254655 commit 3e46c00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mythic/Views/BottleList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ struct BottleListView: View {
Button("Launch Winetricks") {
try? Wine.launchWinetricks(prefix: bottles[selectedBottleName]!.url)
}
.disabled(true)
.help("Winetricks GUI support is currently broken.")

Button("Launch Configurator") {
Task { try await Wine.command(arguments: ["winecfg"], identifier: "winecfg", bottleURL: bottles[selectedBottleName]!.url) { _ in } }
Expand Down

0 comments on commit 3e46c00

Please sign in to comment.