mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 08:43:08 -07:00
Move old RSS items to separate config file. Closes #6167.
--HG-- branch : magao-dev
This commit is contained in:
parent
7be27f7770
commit
cecff159a0
3 changed files with 30 additions and 8 deletions
|
@ -141,6 +141,10 @@ int main(int argc, char *argv[])
|
|||
macMigratePlists();
|
||||
#endif
|
||||
|
||||
#ifndef DISABLE_GUI
|
||||
migrateRSS();
|
||||
#endif
|
||||
|
||||
// Create Application
|
||||
QString appId = QLatin1String("qBittorrent-") + Utils::Misc::getUserIDString();
|
||||
QScopedPointer<Application> app(new Application(appId, argc, argv));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue