aboutsummaryrefslogtreecommitdiff
path: root/src/browser.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-05-29 19:19:35 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-05-29 19:19:35 +0200
commit50f7d0fe7891e0ad60ad845b8d727f85151159e3 (patch)
treef29f20ff919194a095ecfef5ba075e354189e7cc /src/browser.cpp
parentRefactor Subwindow (diff)
downloadsmolbote-50f7d0fe7891e0ad60ad845b8d727f85151159e3.tar.xz
Profile attributes
Diffstat (limited to 'src/browser.cpp')
-rw-r--r--src/browser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/browser.cpp b/src/browser.cpp
index 41c73df..b10ff6a 100644
--- a/src/browser.cpp
+++ b/src/browser.cpp
@@ -102,6 +102,7 @@ void Browser::setup(const QString &defaultProfile)
// load profiles
{
auto *otr = new WebProfile(m_config->section("profile"), this);
+ loadProfile(otr, QString::fromStdString(m_config->value<std::string>("profile.path").value()) + "/otr.ini");
m_profiles.insert(tr("Off-the-record"), otr);
m_profiles.unite(loadProfiles(QString::fromStdString(m_config->value<std::string>("profile.path").value())));