mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[GH-ISSUE #1505] [Bug]: App settings UI does not update properly when changing settings #926
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#926
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mitchellmebane on GitHub (Jun 6, 2024).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1505
Originally assigned to: @Catta1997 on GitHub.
Describe the bug
In the settings UI for apps within PlayCover, controls do not visually update when clicked. E.g., if I click on a checkbox, it does not appear to change. However, when I click the OK button then re-open settings, I can see that the checkbox has updated.
This appears to happen with all controls. E.g., if I go to the Graphics tab in Settings and change the Resolution dropdown to Custom, the Width/Height boxes do not appear until I click OK and then re-open settings.
This is occurring in Nightly 765. I checked some older nightly builds that I had, and Nightly 663 has the issue, but Nightly 636 does not. Unfortunately, those old Nightly builds are expired so I can't download any in between to narrow it down any further than that.
Demo:

Steps to reproduce
Expected behaviour
Crash log
No response
What version of PlayCover are you using?
Nightly/beta (please specify build number) Nightly 765
What version of macOS are you using?
Sonoma (macOS 14) 14.5
Issue Language
@Depal1 commented on GitHub (Jun 6, 2024):
Very many thanks for reporting this!
@mitchellmebane commented on GitHub (Jun 6, 2024):
I tried building from source. I have Xcode 15.4 installed. I was unable to build commit
d40cce9, which corresponds to Nightly 636, but I was able to buildd7ac538, one commit later. It doesn't look like there were any app code changes in that commit, but my build still had the GUI issue, so it may be a dependency bug or SwiftUI issue. Or it could be something I'm doing wrong, since this is the first time I've ever tried building PlayCover.@Catta1997 commented on GitHub (Jun 10, 2024):
Maybe https://github.com/feedback-assistant/reports/issues/444
@Catta1997 commented on GitHub (Jun 11, 2024):
Working on a fix #1511