Skip to content

Commit

Permalink
fix: udiskie add browse action
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Dec 25, 2024
1 parent 53f6346 commit f9d70e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/conf/udiskie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ notifications:
device_locked: -1 # encrypted device was locked
job_failed: -1 # mount/unlock/.. has failed

quickmenu_actions: [mount, unmount, unlock, terminal, detach, delete]
quickmenu_actions: [browse, mount, unmount, unlock, terminal, detach, delete]
# List of actions to be shown in the quickmenu or the special value 'all'.
# The quickmenu is shown on left-click if using flat menu type.

Expand Down

0 comments on commit f9d70e7

Please sign in to comment.