mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-09-10 02:19:02 +02:00
Fix Xcode 27 archiving (#829)
* Bumping to macOS 15 + set workaround for spm arm64e * Fix missing dep * Set 15 deployment target * Modifier cleanup
This commit is contained in:
@@ -28,8 +28,8 @@ struct IntegrationsView: View {
|
||||
dismiss()
|
||||
}
|
||||
}
|
||||
.hiddenToolbar()
|
||||
.windowBackgroundStyle(.thinMaterial)
|
||||
.toolbarBackgroundVisibility(.hidden, for: .automatic)
|
||||
.containerBackground(.thinMaterial, for: .window)
|
||||
.onAppear {
|
||||
selectedInstruction = instructions.gettingStarted
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user