SUMMARY ...otherwise this option doesn't do anything. Either add a warning that one needs to enable Web shortcuts or grey this option out. SOFTWARE/OS VERSIONS KDE Plasma Version: 5.17.90 KDE Frameworks Version: 5.66 Qt Version: 5.14.1
I agree; I'll have to see how to determine if web shortcuts are disabled in system settings.
IIUC, that would be this https://cgit.kde.org/kio.git/tree/src/urifilters/ikws/ikwsopts.cpp#n324
(In reply to Ahmad Samir from comment #2) > IIUC, that would be this > https://cgit.kde.org/kio.git/tree/src/urifilters/ikws/ikwsopts.cpp#n324 Yea, I really dislike have to readConfig for stuff like this.
Git commit 1b08f3058ae7dfb59778af0a885120dd75e7bf01 by Kurt Hindenburg. Committed on 28/04/2020 at 14:42. Pushed by hindenburg into branch 'master'. Do not show "Search for" if web shortcuts are disabled Before showing menu, check System Settings to see if user has disabled "Enable Web shortcuts". M +6 -0 src/SessionController.cpp https://invent.kde.org/kde/konsole/commit/1b08f3058ae7dfb59778af0a885120dd75e7bf01
Git commit 76776c6b59f4adec7ba49b4da8b7fa6f1c8ec49a by Kurt Hindenburg. Committed on 29/04/2020 at 02:23. Pushed by hindenburg into branch 'release/20.04'. Do not show "Search for" if web shortcuts are disabled Before showing menu, check System Settings to see if user has disabled "Enable Web shortcuts". (cherry picked from commit 1b08f3058ae7dfb59778af0a885120dd75e7bf01) M +6 -0 src/SessionController.cpp https://invent.kde.org/kde/konsole/commit/76776c6b59f4adec7ba49b4da8b7fa6f1c8ec49a