Preferences dialog wont work no matter what i do #77
Loading…
x
Reference in New Issue
Block a user
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?
Describe the bug
Preferences dialog always throws a Value of type 'any AnyView' has no member 'preferencesDialog'
To Reproduce
Here is a snippet of my code im trying to use it like the aboutDialog
Expected behavior
No response
Additional context
No response
This should actually work. Is the dependency in your
Package.swiftfile referencing themainbranch or the0.1.0release? I recommend the main branch until I release the next version (preferences dialogs were added after this release).@david-swift that fix worked but the preferences group styling wont apply when displaying actionRows with ForEach