mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Convert workingdir separators to native separators
This commit is contained in:
parent
0ccd5594ea
commit
18672fae2d
@ -103,6 +103,9 @@ void settings::set(QString key, QString value)
|
||||
XSqlQuery q;
|
||||
load_settings();
|
||||
|
||||
if (key == "workingdir")
|
||||
value = QDir::toNativeSeparators(value);
|
||||
|
||||
if (db_keys.contains(key) && values[key] == value)
|
||||
return;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user