mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
- Created "Advanced settings" tab in program preferences and moved "Disk cache" there
This commit is contained in:
@@ -42,6 +42,7 @@ enum DoubleClickAction {TOGGLE_PAUSE, OPEN_DEST};
|
||||
using namespace libtorrent;
|
||||
|
||||
class QCloseEvent;
|
||||
class AdvancedSettings;
|
||||
|
||||
class options_imp : public QDialog, private Ui_Preferences {
|
||||
Q_OBJECT
|
||||
@@ -50,6 +51,7 @@ private:
|
||||
QButtonGroup choiceLanguage;
|
||||
QStringList locales;
|
||||
QAbstractButton *applyButton;
|
||||
AdvancedSettings *advancedSettings;
|
||||
|
||||
public:
|
||||
// Contructor / Destructor
|
||||
|
||||
Reference in New Issue
Block a user