diff options
Diffstat (limited to 'src/actions/tabs.h')
-rw-r--r-- | src/actions/tabs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actions/tabs.h b/src/actions/tabs.h index 89468d67f..74b45cf71 100644 --- a/src/actions/tabs.h +++ b/src/actions/tabs.h @@ -33,6 +33,8 @@ namespace Actions decHandler(prevShortcutsTab); decHandler(nextCommandsTab); decHandler(prevCommandsTab); + decHandler(nextInvTab); + decHandler(prevInvTab); } // namespace Actions #undef decHandler |