mirror of
https://github.com/neon443/NearFuture.git
synced 2026-03-11 06:49:12 +00:00
fix editing events on mac - they now reload on he fly
add search on mac fix symbolspicker on mac
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user