diff options
| author | Eugene Popov <[email protected]> | 2021-09-28 19:39:52 +0000 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2021-09-28 19:39:52 +0000 |
| commit | fa8d9de4d866070acadd57178d20144bb5e62a0a (patch) | |
| tree | 92c942b6c6de05d103d239d3f44db0a716aa8f2a /src/settings/dolphin_generalsettings.kcfg | |
| parent | 8bf64cf8b15f390ab9a76f304dc22438b258556f (diff) | |
Fix closing a secondary viewContainer on startup settings change
Apply split view settings only when changing the corresponding option.
BUG: 426221
FIXED-IN: 21.08.2
Diffstat (limited to 'src/settings/dolphin_generalsettings.kcfg')
| -rw-r--r-- | src/settings/dolphin_generalsettings.kcfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings/dolphin_generalsettings.kcfg b/src/settings/dolphin_generalsettings.kcfg index 728d11634..08f01d72c 100644 --- a/src/settings/dolphin_generalsettings.kcfg +++ b/src/settings/dolphin_generalsettings.kcfg @@ -9,6 +9,7 @@ <include>KCompletion</include> <kcfgfile name="dolphinrc"/> <signal name="sortingChoiceChanged" /> + <signal name="splitViewChanged" /> <group name="General"> <entry name="EditableUrl" type="Bool"> <label>Should the URL be editable for the user</label> @@ -49,6 +50,7 @@ <entry name="SplitView" type="Bool"> <label>Split the view into two panes</label> <default>false</default> + <emit signal="splitViewChanged" /> </entry> <entry name="FilterBar" type="Bool"> <label>Should the filter bar be shown</label> |
