mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-06-17 19:17:45 +02:00
Sync from development - prepare for v0.4.0
This commit is contained in:
@@ -15,7 +15,7 @@ class SettingsDialogProtonMixin:
|
||||
from jackify.backend.handlers.wine_utils import WineUtils
|
||||
available_protons = WineUtils.scan_valve_proton_versions()
|
||||
for proton in available_protons:
|
||||
if proton['version'].startswith('10.'):
|
||||
if proton['name'].startswith('Proton 10.'):
|
||||
return proton['path']
|
||||
return 'auto'
|
||||
except Exception:
|
||||
|
||||
Reference in New Issue
Block a user