mirror of
https://github.com/logos-blockchain/lez-explorer-ui.git
synced 2026-07-30 03:13:25 +00:00
fix: use AppLocalDataLocation
This commit is contained in:
parent
930bc764f8
commit
3527290e1e
@ -488,7 +488,7 @@ namespace {
|
||||
// const and non-const accessors.
|
||||
QString resolveConfigFilePath()
|
||||
{
|
||||
QString dir = QStandardPaths::writableLocation(QStandardPaths::AppDataLocation);
|
||||
QString dir = QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation);
|
||||
if (dir.isEmpty()) {
|
||||
dir = QDir::tempPath();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user