Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma Mobile
Angelfish
Commits
32bd5477
Commit
32bd5477
authored
Mar 05, 2020
by
Rinigus Saar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable text prediction in private mode
parent
4114620f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
src/contents/ui/Bookmarks.qml
src/contents/ui/Bookmarks.qml
+1
-0
src/contents/ui/History.qml
src/contents/ui/History.qml
+1
-0
src/contents/ui/NavigationEntrySheet.qml
src/contents/ui/NavigationEntrySheet.qml
+1
-0
No files found.
src/contents/ui/Bookmarks.qml
View file @
32bd5477
...
...
@@ -40,6 +40,7 @@ Kirigami.ScrollablePage {
width
:
parent
.
width
-
Kirigami
.
Units
.
gridUnit
clip
:
true
inputMethodHints
:
rootPage
.
privateMode
?
Qt
.
ImhNoPredictiveText
:
Qt
.
ImhNone
Kirigami.Theme.inherit
:
true
onDisplayTextChanged
:
list
.
model
.
filter
=
displayText
;
...
...
src/contents/ui/History.qml
View file @
32bd5477
...
...
@@ -40,6 +40,7 @@ Kirigami.ScrollablePage {
width
:
parent
.
width
-
Kirigami
.
Units
.
gridUnit
clip
:
true
inputMethodHints
:
rootPage
.
privateMode
?
Qt
.
ImhNoPredictiveText
:
Qt
.
ImhNone
Kirigami.Theme.inherit
:
true
onDisplayTextChanged
:
list
.
model
.
filter
=
displayText
;
...
...
src/contents/ui/NavigationEntrySheet.qml
View file @
32bd5477
...
...
@@ -75,6 +75,7 @@ Controls.Drawer {
Layout.fillWidth
:
true
clip
:
true
focus
:
false
inputMethodHints
:
rootPage
.
privateMode
?
Qt
.
ImhNoPredictiveText
:
Qt
.
ImhNone
Kirigami.Theme.inherit
:
true
onActiveFocusChanged
:
if
(
activeFocus
)
selectAll
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment