From 4e198e49c6c4cf4f555f5b39add1ef4c60b066ac Mon Sep 17 00:00:00 2001 From: ohaiibuzzle <23693150+ohaiibuzzle@users.noreply.github.com> Date: Fri, 30 Jun 2023 00:06:57 +0700 Subject: [PATCH] fix: Add Winetricks to the old TableUI Can't forget people preferring it --- Harbor/UIElements/BottleManagement/BottleConfigDropdown.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Harbor/UIElements/BottleManagement/BottleConfigDropdown.swift b/Harbor/UIElements/BottleManagement/BottleConfigDropdown.swift index d1b986d..e43dc59 100644 --- a/Harbor/UIElements/BottleManagement/BottleConfigDropdown.swift +++ b/Harbor/UIElements/BottleManagement/BottleConfigDropdown.swift @@ -53,7 +53,6 @@ struct BottleConfigDropdown: View { } Section { HStack { - Spacer() Button("sheet.advConf.winecfgBtn") { bottle.launchApplication("winecfg") } @@ -64,6 +63,9 @@ struct BottleConfigDropdown: View { bottle.launchApplication("regedit") } Spacer() + Button("sheet.advConf.Winetricks") { + WinetricksUtils.shared.launchWinetricksShell(for: bottle) + } } } Section {