We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2184c87 commit 4d95a27Copy full SHA for 4d95a27
1 file changed
Xcodes/XcodesApp.swift
@@ -81,6 +81,9 @@ struct XcodesApp: App {
81
Window("Platforms", id: "platforms") {
82
PlatformsListView()
83
.environmentObject(appState)
84
+ .alert(item: $appState.presentedPreferenceAlert, content: { presentedAlert in
85
+ alert(for: presentedAlert)
86
+ })
87
}
88
#endif
89
0 commit comments