We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74f557 commit b20dc67Copy full SHA for b20dc67
1 file changed
TableProMobile/TableProMobile/Views/QueryEditorView.swift
@@ -192,7 +192,7 @@ struct QueryEditorView: View {
192
.disabled(!isExecuting && query.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty)
193
}
194
195
- ToolbarItem(placement: .secondaryAction) {
+ ToolbarItem(placement: .topBarTrailing) {
196
Menu {
197
Button {
198
showHistory = true
0 commit comments