mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Fix saving of file association settings (Windows)
This commit is contained in:
parent
69984f9550
commit
d2907dc08c
1 changed files with 4 additions and 0 deletions
|
@ -143,6 +143,10 @@ options_imp::options_imp(QWidget *parent):
|
||||||
connect(comboTrayIcon, SIGNAL(currentIndexChanged(int)), this, SLOT(enableApplyButton()));
|
connect(comboTrayIcon, SIGNAL(currentIndexChanged(int)), this, SLOT(enableApplyButton()));
|
||||||
#if defined(Q_WS_X11) && !defined(QT_DBUS_LIB)
|
#if defined(Q_WS_X11) && !defined(QT_DBUS_LIB)
|
||||||
checkPreventFromSuspend->setDisabled(true);
|
checkPreventFromSuspend->setDisabled(true);
|
||||||
|
#endif
|
||||||
|
#ifdef Q_WS_WIN
|
||||||
|
connect(checkAssociateTorrents, SIGNAL(toggled(bool)), this, SLOT(enableApplyButton()));
|
||||||
|
connect(checkAssociateMagnetLinks, SIGNAL(toggled(bool)), this, SLOT(enableApplyButton()));
|
||||||
#endif
|
#endif
|
||||||
// Downloads tab
|
// Downloads tab
|
||||||
connect(textSavePath, SIGNAL(textChanged(QString)), this, SLOT(enableApplyButton()));
|
connect(textSavePath, SIGNAL(textChanged(QString)), this, SLOT(enableApplyButton()));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue