summaryrefslogtreecommitdiffstats
path: root/src/qml/PageView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/PageView.qml')
-rw-r--r--src/qml/PageView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/PageView.qml b/src/qml/PageView.qml
index 58bdfb8..c4b2603 100644
--- a/src/qml/PageView.qml
+++ b/src/qml/PageView.qml
@@ -121,7 +121,7 @@ Rectangle {
top: permBar.bottom
}
- profile: defaultProfile
+ profile: settingsView.privateBrowsingEnabled ? otrProfile : defaultProfile
enabled: root.interactive
function takeSnapshot() {