From 50f7d0fe7891e0ad60ad845b8d727f85151159e3 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 29 May 2018 19:19:35 +0200 Subject: Profile attributes --- src/browser.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/browser.cpp') 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("profile.path").value()) + "/otr.ini"); m_profiles.insert(tr("Off-the-record"), otr); m_profiles.unite(loadProfiles(QString::fromStdString(m_config->value("profile.path").value()))); -- cgit v1.2.1