Skip to content

Commit

Permalink
Forgot that this is supposed to be called edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Snesnopic committed Jun 22, 2024
1 parent 06dcd1e commit 66357b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Morser/Views/QuickTranslateView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ struct QuickTranslateView: View {
}
#else
ToolbarItem(placement: .automatic) {
Button("") {
Button("Edit") {
mode.toggle()
}
.disabled(vibrationEngine.isListening || vibrationEngine.isVibrating())
Expand Down

0 comments on commit 66357b3

Please sign in to comment.