From 1ce8f010b6e99bd425f6fa74b87936ee3f8f3339 Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Thu, 2 Apr 2026 15:31:42 -0500 Subject: Default new executables to Use Proton enabled New executables added via the Modify Executables dialog now have "Use Proton" checked by default, matching user expectations for a Linux mod manager. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/src/executableslist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/executableslist.h b/src/src/executableslist.h index 9ab3927..8a768d9 100644 --- a/src/src/executableslist.h +++ b/src/src/executableslist.h @@ -92,7 +92,7 @@ private: QString m_arguments; QString m_steamAppID; QString m_workingDirectory; - Flags m_flags; + Flags m_flags = UseProton; }; /*! -- cgit v1.3.1