From 6855a74ff888f57a491e22d6042a7437b91e312b Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 26 Feb 2017 01:56:30 +0100 Subject: UI changes --- src/browser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/browser.cpp') 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); -- cgit v1.2.1