Skip to content

Commit cb14817

Browse files
committed
Minor preference change in Settings
Minor preference change in Settings
1 parent 9ad0b65 commit cb14817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Support/Views/ConfiguratorSettingsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ struct GeneralSettingsView: View {
5757
TextField("Error message", text: $localPreferences.errorMessage, prompt: Text("Example: Please contact IT support"))
5858
Toggle("Welcome screen", isOn: $localPreferences.showWelcomeScreen)
5959
Toggle("Menu Bar notifier", isOn: $localPreferences.statusBarIconNotifierEnabled)
60-
TextField("Update text", text: $localPreferences.updateText, prompt: Text("Example: Your organization requires you to update as soon as possible"))
6160
}
6261
.disabled(!preferences.editModeEnabled)
6362
}
@@ -109,6 +108,7 @@ struct InfoItemSettingsView: View {
109108
Text("100")
110109
}
111110
Text("\(Int(localPreferences.storageLimit))%")
111+
TextField("Update text", text: $localPreferences.updateText, prompt: Text("Example: Your organization requires you to update as soon as possible"))
112112
}
113113
.disabled(!preferences.editModeEnabled)
114114
}

0 commit comments

Comments
 (0)