Skip to content

Commit ac2b90f

Browse files
committed
Version 0.15.2.2 Stable - 'Fixed a potential bug with the settings directory' + Updated Chinese translations + Various bugfixes
1 parent 646636e commit ac2b90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inisettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void IniSettings::init()
4141
#if defined(Q_OS_WIN)
4242
const QDir portableDir(QDir::currentPath() + "/settings");
4343

44-
if (isDirWritable(portableDir)) {
44+
if (IniSettings::isDirWritable(portableDir)) {
4545
iniPath = portableDir.filePath(INIFILENAME);
4646
} else {
4747
const QString configPath =

0 commit comments

Comments
 (0)