Release v0.7.2 - TTW Linux Installer 0.2.0

This commit is contained in:
Omni
2026-07-18 13:46:48 +01:00
parent d78e16f758
commit ada21f90c8
42 changed files with 1111 additions and 605 deletions
@@ -47,7 +47,7 @@ class MainWindowStartupMixin:
def _check_protontricks_on_startup(self):
try:
method = self.config_handler.get('component_installation_method', 'winetricks')
method = self.config_handler.get('component_installation_method', 'native')
if method != 'system_protontricks':
logger.debug(f"Skipping protontricks check (current method: {method}).")
return