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 fa20a82..243d892 100644
--- a/src/qml/PageView.qml
+++ b/src/qml/PageView.qml
@@ -572,7 +572,7 @@ Rectangle {
text: item.title
font.pixelSize: 16
font.family: defaultFontFamily
- color: "#0B508C"
+ color: settingsView.privateBrowsingEnabled ? "white" : "#0B508C"
visible: wrapper.isCurrentItem && wrapper.visibility == 1.0
}
}