mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-09-19 14:48:01 +02:00
Merge branch 'main' into auth_splitout
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import SwiftUI
|
||||
import SettingsKit
|
||||
|
||||
struct SettingsView: View {
|
||||
|
||||
@Environment(\.settingsStore) var settingsStore
|
||||
|
||||
var body: some View {
|
||||
Form {
|
||||
}
|
||||
.padding()
|
||||
.frame(minWidth: 480, minHeight: 320)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user