mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
parent
ba8641f1ac
commit
7e9ece2701
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ AbstractWebApplication::AbstractWebApplication(QObject *parent)
|
|||
connect(timer, SIGNAL(timeout()), SLOT(removeInactiveSessions()));
|
||||
timer->start(60 * 1000); // 1 min.
|
||||
|
||||
reloadDomainList();
|
||||
connect(Preferences::instance(), SIGNAL(changed()), this, SLOT(reloadDomainList()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue