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:
@@ -24,7 +24,7 @@ import AppKit
|
||||
// }
|
||||
//}
|
||||
|
||||
struct Event: Identifiable, Codable, Equatable, Animatable {
|
||||
struct Event: Identifiable, Codable, Equatable, Animatable, Hashable {
|
||||
var id = UUID()
|
||||
var name: String
|
||||
var complete: Bool
|
||||
|
||||
Reference in New Issue
Block a user