mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- FEATURE: RSS can now be disabled from program preferences
- COSMETIC: RSS Tab is now hidden as a default
This commit is contained in:
parent
9a321adfb1
commit
4c5f349f49
6 changed files with 191 additions and 126 deletions
|
@ -179,6 +179,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
protected:
|
||||
void closeEvent(QCloseEvent *);
|
||||
void hideEvent(QHideEvent *);
|
||||
void displayRSSTab(bool enable);
|
||||
|
||||
public:
|
||||
// Construct / Destruct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue