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:
parent
44d867f624
commit
d0c120e0a8
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue
Block a user