Skip to content

Commit

Permalink
Bump up to 0.0.6
Browse files Browse the repository at this point in the history
Adds minor fixes to a string
  • Loading branch information
KS1019 committed Jul 6, 2024
1 parent 7199fef commit 62b0099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eikana/eikanaApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ extension eikanaApp {
}
}
}
Section("アクセサシビリティ") {
Section("アクセシビリティ") {
HStack {
Button("許可する") {
_ = AXIsProcessTrustedWithOptions([kAXTrustedCheckOptionPrompt.takeUnretainedValue() as String: true] as CFDictionary)
Expand Down

0 comments on commit 62b0099

Please sign in to comment.