-
-
Notifications
You must be signed in to change notification settings - Fork 538
[UX] Cleanup logs per platform #4770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| if (isLinux) { | ||
| delete gameSettings.enableMsync | ||
| delete gameSettings.wineCrossoverBottle | ||
| delete gameSettings.advertiseAvxForRosetta |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is just for mac
| delete gameSettings.autoInstallDxvk | ||
| delete gameSettings.autoInstallVkd3d | ||
| } else { | ||
| delete gameSettings.useSteamRuntime |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't show this setting for wine
| delete gameSettings.showFps | ||
| delete gameSettings.disableUMU | ||
| delete gameSettings.useSteamRuntime | ||
| delete gameSettings.enableFsync |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't show these settings on mac
| delete gameSettings.enableWineWayland | ||
| delete gameSettings.enableHDR | ||
| delete gameSettings.showMangohud | ||
| delete gameSettings.showFps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we actually have the show fps option on mac, this was wrong
| delete gameSettings.nvidiaPrime | ||
| delete gameSettings.disableUMU | ||
| delete gameSettings.advertiseAvxForRosetta | ||
| delete gameSettings.useSteamRuntime |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't show these options on windows
flavioislima
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Filter out a few more settings per platform to make logs easier to read for support threads
Use the following Checklist if you have changed something on the Backend or Frontend: