Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Dec 30, 2024
1 parent 20f92d8 commit be353a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ struct ServicesNotRunningAlertView: View {
VStack(alignment: .center, spacing: 0.0) {
Text("You need to permit the background services to use Karabiner-Elements.")
Text(
"Please enable the following items from System Settings > General > Login Items & Extensions.")
"Please enable the following items from System Settings > General > Login Items & Extensions."
)
}
}

Expand Down

0 comments on commit be353a4

Please sign in to comment.