mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Get rid of an extra / in file path
This commit is contained in:
parent
87cc4eae34
commit
605e573c2f
@ -335,7 +335,7 @@ int main(int argc, char *argv[])
|
|||||||
if ( settings.contains("Settings/AppRoot") ) { // allow for old AppRoot here - not really first time
|
if ( settings.contains("Settings/AppRoot") ) { // allow for old AppRoot here - not really first time
|
||||||
settings.setValue("Settings/AppData", settings.value("Settings/AppRoot"));
|
settings.setValue("Settings/AppData", settings.value("Settings/AppRoot"));
|
||||||
} else {
|
} else {
|
||||||
settings.setValue("Settings/AppData", homeDocs + "/" + getModifiedAppData()); // set up new data directory path
|
settings.setValue("Settings/AppData", homeDocs + getModifiedAppData()); // set up new data directory path
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user