aboutsummaryrefslogtreecommitdiff
path: root/src/browser.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-02-26 01:56:30 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-02-26 01:56:30 +0100
commit6855a74ff888f57a491e22d6042a7437b91e312b (patch)
treea5775ffcdedfa8d06c57a0d17b406dec324496cc /src/browser.cpp
parentSettings QStringList (diff)
downloadsmolbote-6855a74ff888f57a491e22d6042a7437b91e312b.tar.xz
UI changes
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);