aboutsummaryrefslogtreecommitdiff
path: root/src/browser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/browser.cpp')
-rw-r--r--src/browser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/browser.cpp b/src/browser.cpp
index f709e1e..4b49cbe 100644
--- a/src/browser.cpp
+++ b/src/browser.cpp
@@ -120,7 +120,7 @@ void Browser::setConfigPath(const QString &path)
{
if(path.isEmpty()) {
// set default config path
- m_settings = new Settings(QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) + "/config.toml");
+ m_settings = new Settings(QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) + "/poi.conf");
} else {
// set custom config path
m_settings = new Settings(path);