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:
@@ -13,7 +13,7 @@ import UIKit
|
||||
import AppKit
|
||||
#endif
|
||||
|
||||
struct ColorCodable: Codable, Equatable {
|
||||
struct ColorCodable: Codable, Equatable, Hashable {
|
||||
init(_ color: Color) {
|
||||
var r: CGFloat = 0, g: CGFloat = 0, b: CGFloat = 0, a: CGFloat = 1
|
||||
|
||||
|
||||
@@ -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