mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
enable RSS, Search and Execution Log widgets before switching to them via hotkeys
This commit is contained in:
parent
2bb2d3fc89
commit
5675021895
2 changed files with 24 additions and 12 deletions
|
@ -124,9 +124,9 @@ private slots:
|
|||
// Keyboard shortcuts
|
||||
void createKeyboardShortcuts();
|
||||
void displayTransferTab() const;
|
||||
void displaySearchTab() const;
|
||||
void displayRSSTab() const;
|
||||
void displayExecutionLogTab() const;
|
||||
void displaySearchTab();
|
||||
void displayRSSTab();
|
||||
void displayExecutionLogTab();
|
||||
void focusSearchFilter();
|
||||
void updateGUI();
|
||||
void loadPreferences(bool configureSession = true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue