Merge pull request #125 from meshtastic/feature/module_settings

Update app link to match android, change export to save
This commit is contained in:
Garth Vander Houwen 2022-07-15 20:54:53 -07:00 committed by GitHub
commit f34983dfd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
<dict>
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:meshtastic.org/e/*</string>
<string>applinks:meshtastic.org/E/*</string>
</array>
<key>com.apple.security.app-sandbox</key>
<true/>

View file

@ -106,7 +106,7 @@ struct LocationHistory: View {
} label: {
Label("Export", systemImage: "square.and.arrow.down")
Label("Save", systemImage: "square.and.arrow.down")
}
.buttonStyle(.bordered)
.buttonBorderShape(.capsule)

View file

@ -344,7 +344,7 @@ struct TelemetryLog: View {
} label: {
Label("Export", systemImage: "square.and.arrow.down")
Label("Save", systemImage: "square.and.arrow.down")
}
.buttonStyle(.bordered)
.buttonBorderShape(.capsule)

View file

@ -39,7 +39,7 @@ struct ShareChannel: View {
var node: NodeInfoEntity?
@State private var text = "https://meshtastic.org/e/#test"
@State private var text = "https://meshtastic.org/E/#test"
var qrCodeImage = QrCodeImage()
var body: some View {