Private
Public Access
1
0

osx: wiring for opening a new window, but not connected to gesture yet

when I add `.tapGesture(count: 2)` to list items, this seems to block
single clicks because SwiftUI sucks. Need to find a better way to invoke
this.
This commit is contained in:
2025-09-11 15:33:56 -07:00
parent 955ff95520
commit 6261351598
3 changed files with 46 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import XPC
enum Display
{
struct Conversation: Identifiable, Hashable
struct Conversation: Identifiable, Hashable, Codable
{
let id: String
let name: String?