mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #518] (FIXED) dirtyZero (probably) does not work and has visual issues #468
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#468
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 @Awesome-guyy on GitHub (May 17, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/518
Describe the issue
Tweaks can be selected but you cannot see the checkmark indicating it’s enabled. You see them after restarting though. Applying them didn’t seem to work either
Instructions to reproduce
What version of LiveContainer are you using?
3.4.0-Release (main/703e054)
Other
No response
@hugeBlack commented on GitHub (May 18, 2025):
The UI issue is caused by AppStorage not receiving KVO notifications from hooked NSUserDefaults and is now fixed. Please try the latest nightly build.
dirtyZero does work inside LiveContainer.
@Awesome-guyy commented on GitHub (May 18, 2025):
Fixed, thanks!
Closing as issue was resolved