Merge remote-tracking branch 'origin/feat/shotdeck-20260830' into fix/send-truth-20260902

# Conflicts:
#	Sources/Shotdeck/PickerSelfTest.swift
This commit is contained in:
2026-09-02 09:17:09 +04:00
6 changed files with 791 additions and 4 deletions
+9
View File
@@ -74,6 +74,15 @@ struct MenuBarView: View {
private var actionsList: some View {
VStack(alignment: .leading, spacing: 2) {
if let update = model.updateAvailable {
Button {
model.installUpdate()
} label: {
actionLabel("Update to \(update.version)")
.foregroundStyle(Color.accentColor)
}
}
Button {
let anchor = NSApp.keyWindow?.contentView
if let sender = model as? SendCapable {