mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Better menu entry for filter
This is no longer just a tag filter. Also, since we use this entry (and its shortcut) like a toggle we should mark the menu entry accordingly. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d765f7a991
commit
b2077dc9c0
1 changed files with 4 additions and 1 deletions
|
@ -836,8 +836,11 @@ p, li { white-space: pre-wrap; }
|
|||
</property>
|
||||
</action>
|
||||
<action name="actionFilterTags">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Filter by tags</string>
|
||||
<string>&Filter divelist</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+F</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue