Improve update UI error details

This commit is contained in:
Lawrence Chen 2026-01-28 01:49:02 -08:00
parent 17a3e2033f
commit 0441efc675
18 changed files with 915 additions and 82 deletions

View file

@ -139,6 +139,9 @@ struct ContentView: View {
.onPreferenceChange(SidebarFramePreferenceKey.self) { frame in
sidebarMinX = frame.minX
}
.background(WindowAccessor { window in
AppDelegate.shared?.attachUpdateAccessory(to: window)
})
}
}