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, 2 insertions, 0 deletions
diff --git a/src/browser.cpp b/src/browser.cpp
index f6b3805..38c7d85 100644
--- a/src/browser.cpp
+++ b/src/browser.cpp
@@ -155,6 +155,8 @@ void Browser::createSession(const QJsonObject &object)
const QJsonObject subwindow = s.toObject();
const QString profileId = subwindow.value("profile").toString();
WebProfile *profile = ProfileManager::profile(profileId);
+ if(profile == nullptr)
+ profile = WebProfile::defaultProfile();
Q_CHECK_PTR(profile);
SubWindow *window = nullptr;