mirror of
https://github.com/neon443/NearFuture.git
synced 2026-03-11 22:56:15 +00:00
fsdiohoi
annoying encryptipon compliance thing
This commit is contained in:
@@ -70,12 +70,12 @@ struct SettingsView: View {
|
||||
NavigationLink() {
|
||||
NavigationStack() {
|
||||
Button() {
|
||||
UIPasteboard.general.string = "\(viewModel.exportEvents())"
|
||||
print(viewModel.exportEvents())
|
||||
UIPasteboard.general.string = "\(viewModel.exportEvents() ?? "")"
|
||||
print(viewModel.exportEvents() as Any)
|
||||
} label: {
|
||||
Text("copy")
|
||||
}
|
||||
Text("\(viewModel.exportEvents())")
|
||||
Text("\(viewModel.exportEvents() ?? "")")
|
||||
}
|
||||
} label: {
|
||||
Image(systemName: "list.bullet.rectangle")
|
||||
|
||||
Reference in New Issue
Block a user