mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 19:57:45 +00:00
Add guards for linux-specific wine options
This commit is contained in:
parent
5dd5482784
commit
f6361675b0
1 changed files with 2 additions and 0 deletions
|
@ -295,9 +295,11 @@ void SettingsWindow::reloadControls() {
|
|||
winePathLabel->setText(profile.winePath);
|
||||
winePrefixDirectory->setText(profile.winePrefixPath);
|
||||
|
||||
#if defined(Q_OS_LINUX)
|
||||
useEsync->setChecked(profile.useEsync);
|
||||
useGamescope->setChecked(profile.useGamescope);
|
||||
useGamemode->setChecked(profile.useGamemode);
|
||||
#endif
|
||||
|
||||
// login
|
||||
serverType->setCurrentIndex(profile.isSapphire ? 1 : 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue