From 1f4cb54f54be473503abb8aea1845a31336c6ece Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Wed, 3 Dec 2025 17:33:20 +0300 Subject: [PATCH] revert d3d* for winetricks --- winehelper_gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/winehelper_gui.py b/winehelper_gui.py index abc00a6..c2ba55a 100644 --- a/winehelper_gui.py +++ b/winehelper_gui.py @@ -642,9 +642,9 @@ class WinetricksManagerDialog(QDialog): settings_blacklist_pattern = None if category == 'dlls': - # Исключаем d3d*, directx9, dont_use, dxvk*, vkd3d*, galliumnine, faudio*, Foundation + # Исключаем dont_use, dxvk*, vkd3d*, galliumnine, faudio*, Foundation dlls_blacklist_pattern = re.compile( - r'^(d3d|directx9|dont_use|dxvk|vkd3d|galliumnine|faudio|foundation)', re.IGNORECASE + r'^(dont_use|dxvk|vkd3d|galliumnine|faudio|foundation)', re.IGNORECASE ) elif category == 'fonts': fonts_blacklist_pattern = re.compile(