Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeMatt committed Jan 16, 2025
2 parents 445d62d + 5e605ff commit c58dd11
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions PVUI/Sources/PVSwiftUI/Settings/SettingsSwiftUI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public struct PVSettingsView: View {
)
#endif
}
.navigationViewStyle(StackNavigationViewStyle())
}
}

Expand Down Expand Up @@ -307,19 +308,15 @@ private struct SocialLinksSection: View {
icon: .named("patreon", PVUIBase.BundleLoader.myBundle))
}
}
if !isAppStore {
Link(destination: URL(string: "https://discord.gg/4TK7PU5")!) {
SettingsRow(title: "Discord",
subtitle: "Join our Discord server for help and community chat.",
icon: .named("discord", PVUIBase.BundleLoader.myBundle))
}
Link(destination: URL(string: "https://discord.gg/4TK7PU5")!) {
SettingsRow(title: "Discord",
subtitle: "Join our Discord server for help and community chat.",
icon: .named("discord", PVUIBase.BundleLoader.myBundle))
}
if !isAppStore {
Link(destination: URL(string: "https://twitter.com/provenanceapp")!) {
SettingsRow(title: "X",
subtitle: "Follow us on X for release and other announcements.",
icon: .named("x", PVUIBase.BundleLoader.myBundle))
}
Link(destination: URL(string: "https://twitter.com/provenanceapp")!) {
SettingsRow(title: "X",
subtitle: "Follow us on X for release and other announcements.",
icon: .named("x", PVUIBase.BundleLoader.myBundle))
}
if !isAppStore {
Link(destination: URL(string: "https://www.youtube.com/channel/UCKeN6unYKdayfgLWulXgB1w")!) {
Expand Down

0 comments on commit c58dd11

Please sign in to comment.