diff options
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands.h b/src/commands.h index f4291c08..a406dde3 100644 --- a/src/commands.h +++ b/src/commands.h @@ -87,8 +87,8 @@ DwbStatus commands_command_mode(KeyMap *, Arg *); DwbStatus commands_only(KeyMap *, Arg *); DwbStatus commands_toggle_bars(KeyMap *, Arg *); DwbStatus commands_presentation_mode(KeyMap *, Arg *); -DwbStatus commands_toggle_protected(KeyMap *, Arg *); -DwbStatus commands_toggle_locked(KeyMap *, Arg *); +DwbStatus commands_toggle_lock_protect(KeyMap *, Arg *); +//DwbStatus commands_toggle_locked(KeyMap *, Arg *); #ifdef DWB_ADBLOCKER DwbStatus commands_toggle_adblocker(KeyMap *, Arg *); #endif |