Skip to content

Commit

Permalink
resolve Sequel-Ace#1842: 'Save All to Favorites' shouldn't be alterna…
Browse files Browse the repository at this point in the history
…tive to the previous menuItem
  • Loading branch information
vuon9 committed Nov 25, 2023
1 parent 1b896f3 commit 994d4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Interfaces/DBView.xib
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ Gw
<menuItem title="Save Query to Favorites" tag="100000" toolTip="Save current query, selection, or - if no selection or current query could be found - the entire content to Favorite." id="7265">
<modifierMask key="keyEquivalentModifierMask" option="YES"/>
</menuItem>
<menuItem title="Save All to Favorites" tag="100001" alternate="YES" toolTip="Save editor content to Favorite. Press ⌥ to restrict for current query or selection." id="7269">
<menuItem title="Save All to Favorites" tag="100001" toolTip="Save editor content to Favorite. Press ⌥ to restrict for current query or selection." id="7269">
<modifierMask key="keyEquivalentModifierMask"/>
</menuItem>
<menuItem title="Edit Favorites..." id="7266"/>
Expand Down

0 comments on commit 994d4ec

Please sign in to comment.