mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
enable RSS, Search and Execution Log widgets before switching to them via hotkeys
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user