fix: more MSVC warnings (#5137)
This commit is contained in:
@@ -86,7 +86,7 @@ void Paths::initRootDirectory()
|
||||
|
||||
this->rootAppDataDirectory = [&]() -> QString {
|
||||
// portable
|
||||
if (this->isPortable())
|
||||
if (Modes::instance().isPortable)
|
||||
{
|
||||
return QCoreApplication::applicationDirPath();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user