Revert "connect to KUrlNavigatorToggleButton::toggled"
This reverts commit fe08d1ef
The toggled
signal is also emitted upon doing a programmatic setChecked
, which results in the address bar immediately switching back to breadcrumb mode upon entering edit mode.
Qt has since been fixed to allow clicking checkable buttons through accessibility: https://code.qt.io/cgit/qt/qtbase.git/commit/?id=5317ff74fd2ff31e4bfb8e7e6c4a6e06a16fffc8 cf. also discussion in !1424 (closed) and system/dolphin!492 (comment 604274)