Reverting 0c2d4bb1c3 should stop the crashes on Wayland if my bisect is correct

This commit is contained in:
Mathieu Comandon 2023-12-12 02:21:39 -08:00
parent 5ecfb95717
commit 087e235c36

View file

@ -65,7 +65,7 @@ def _get_dxvk_warning(config, option_key):
def _get_simple_vulkan_support_error(config, option_key, feature):
if not LINUX_SYSTEM.is_vulkan_supported():
if config.get(option_key) and not LINUX_SYSTEM.is_vulkan_supported():
return _("<b>Error</b> Vulkan is not installed or is not supported by your system, "
"%s is not available.") % feature
return None