1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(Paths): Default to auto paths detection mode

So that settings can be found in either the portable or system wide location.
This commit is contained in:
Anthony Bilinski 2022-02-09 20:21:56 -08:00
parent 44d867f624
commit d0c120e0a8
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -67,7 +67,7 @@ Settings::Settings()
, useCustomDhtList{false}
, makeToxPortable{false}
, currentProfileId(0)
, paths(*Paths::makePaths(Paths::Portable::NonPortable))
, paths(*Paths::makePaths(Paths::Portable::Auto))
{
settingsThread = new QThread();
settingsThread->setObjectName("qTox Settings");