diff options
| author | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-04-02 15:31:42 -0500 |
|---|---|---|
| committer | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-04-02 15:31:42 -0500 |
| commit | 1ce8f010b6e99bd425f6fa74b87936ee3f8f3339 (patch) | |
| tree | c46c9ab3dc41c477961c688c1f8749e6f952b6b4 | |
| parent | 45aefb63e84fd3c75be7b24264885a53f3fb44b8 (diff) | |
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) <noreply@anthropic.com>
| -rw-r--r-- | src/src/executableslist.h | 2 |
1 files changed, 1 insertions, 1 deletions
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;
};
/*!
|
