mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Put temp files in .qBittorrent directory. Closes #4462.
This commit is contained in:
parent
d84461c9b2
commit
cffa729ac5
5 changed files with 12 additions and 2 deletions
|
@ -629,6 +629,7 @@ void Application::cleanup()
|
|||
delete m_fileLogger;
|
||||
Logger::freeInstance();
|
||||
IconProvider::freeInstance();
|
||||
Utils::Fs::removeDirRecursive(Utils::Fs::tempPath());
|
||||
|
||||
#ifndef DISABLE_GUI
|
||||
#ifdef Q_OS_WIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue