fix editing events on mac - they now reload on he fly

add search on mac
fix symbolspicker on mac
This commit is contained in:
neon443
2025-06-14 10:24:03 +01:00
parent 659f14d5a3
commit 6e5b7adbc4
5 changed files with 28 additions and 14 deletions

View File

@@ -31,7 +31,7 @@ struct NearFutureApp: App {
NearFutureCommands()
}
WindowGroup("edit Event", for: Event.ID.self) { $eventID in
WindowGroup("Edit Event", for: Event.ID.self) { $eventID in
EditEventView(
viewModel: viewModel,
event: Binding(