Skip to content

Commit

Permalink
Rename start on login option in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jarne committed Feb 27, 2024
1 parent 6c98dd6 commit 44a6beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commandoak/View/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ struct SettingsView: View {

var body: some View {
Form {
Toggle("Open on start-up", isOn: $autostart)
Toggle("Start on login", isOn: $autostart)
.onChange(of: autostart, save)
.padding()
}
Expand Down

0 comments on commit 44a6beb

Please sign in to comment.