mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-30 04:08:05 -06:00
We stored reference to parameters object in main(), but that object gets deleted when we reset Application object upon entering daemon mode. Change reference to copy to fix that.