┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/dolphin_generalsettings.kcfg
diff options
context:
space:
mode:
authorNoah Davis <[email protected]>2019-11-19 04:30:09 -0500
committerNoah Davis <[email protected]>2019-11-19 16:26:47 -0500
commitc33808b125fe339309802dbbc5febad22b40d27a (patch)
treed49418f8538214ac604017afeae005636d63bde4 /src/settings/dolphin_generalsettings.kcfg
parent373c3ebc56a74e6ef35de6a23e63313a5402fe64 (diff)
Change default completion mode to CompletionPopupAuto
Summary: This makes Dolphin use the "Dropdown List & Automatic" completion mode by default when editing the URL bar. Given the context of someone typing file paths, I can't see why one wouldn't want to use this feature, unless they don't like how it looks. Reviewers: #vdg, #dolphin, ngraham, elvisangelaccio Reviewed By: #vdg, #dolphin, ngraham, elvisangelaccio Subscribers: ngraham, elvisangelaccio, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D25391
Diffstat (limited to 'src/settings/dolphin_generalsettings.kcfg')
-rw-r--r--src/settings/dolphin_generalsettings.kcfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/dolphin_generalsettings.kcfg b/src/settings/dolphin_generalsettings.kcfg
index 5a7bb1a01..fca70656d 100644
--- a/src/settings/dolphin_generalsettings.kcfg
+++ b/src/settings/dolphin_generalsettings.kcfg
@@ -16,7 +16,7 @@
</entry>
<entry name="UrlCompletionMode" type="Enum">
<label>Text completion mode of the URL Navigator</label>
- <default>KCompletion::CompletionPopup</default>
+ <default>KCompletion::CompletionPopupAuto</default>
</entry>
<entry name="ShowFullPath" type="Bool">
<label>Should the full path be shown inside the location bar</label>