From f89dd3137711e52baf994527d41283d77e5b3749 Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Tue, 22 Oct 2024 20:31:00 -0600 Subject: [PATCH] allow the winetricks gui to display --- umu/umu_run.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/umu/umu_run.py b/umu/umu_run.py index 7e0c4da8..3542004a 100755 --- a/umu/umu_run.py +++ b/umu/umu_run.py @@ -365,12 +365,6 @@ def build_command( ) raise FileNotFoundError(err) - # Configure winetricks to not be prompted for any windows - if env.get("EXE", "").endswith("winetricks") and opts: - # The position of arguments matter for winetricks - # Usage: ./winetricks [options] [command|verb|path-to-verb] ... - opts = ["-q", *opts] - return ( entry_point, "--verb",