File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import UniformTypeIdentifiers
88import UIKit
99
1010struct SettingsView : View {
11- @ AppStorage ( " username " ) private var username = " User "
11+
1212 @AppStorage ( " selectedAppIcon " ) private var selectedAppIcon : String = " AppIcon "
1313 @AppStorage ( " enableAdvancedOptions " ) private var enableAdvancedOptions = false
1414 @AppStorage ( " enableAdvancedBetaOptions " ) private var enableAdvancedBetaOptions = false
@@ -78,14 +78,10 @@ struct SettingsView: View {
7878 . padding ( . vertical, 8 )
7979 }
8080
81- // 2) Profile
82- Section ( " Profile " ) {
83- HStack {
84- Text ( " Username " )
85- Spacer ( )
86- TextField ( " User " , text: $username)
87- . multilineTextAlignment ( . trailing)
88- . foregroundStyle ( . secondary)
81+ // 2) GitHub
82+ Section {
83+ Link ( destination: URL ( string: " https://github.com/StephenDev0/StikDebug/stargazers " ) !) {
84+ Label ( " Star on GitHub " , systemImage: " star " )
8985 }
9086 }
9187
You can’t perform that action at this time.
0 commit comments