mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Fixed keyboard shortcuts for third tab (closes #127942)
This commit is contained in:
parent
d025a2ea36
commit
2ce097ec77
3 changed files with 6 additions and 1 deletions
|
@ -76,6 +76,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
Qt::SortOrder delayedSortingOrder;
|
||||
// Keyboard shortcuts
|
||||
QShortcut *switchSearchShortcut;
|
||||
QShortcut *switchSearchShortcut2;
|
||||
QShortcut *switchDownShortcut;
|
||||
QShortcut *switchUpShortcut;
|
||||
QShortcut *switchRSSShortcut;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue