mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-09-30 00:28:23 +00:00
Remove unused settings
This commit is contained in:
@@ -644,7 +644,7 @@ update bookmarkId mId key flags texts settings msg model =
|
||||
SelectView { svm | mergeModel = result.model }
|
||||
|
||||
Comp.ItemMerge.OutcomeMerged ->
|
||||
if settings.searchMenuVisible then
|
||||
if settings.sideMenuVisible then
|
||||
SearchView
|
||||
|
||||
else
|
||||
@@ -836,7 +836,7 @@ update bookmarkId mId key flags texts settings msg model =
|
||||
UiSettingsUpdated ->
|
||||
let
|
||||
defaultViewMode =
|
||||
if settings.searchMenuVisible then
|
||||
if settings.sideMenuVisible then
|
||||
SearchView
|
||||
|
||||
else
|
||||
|
Reference in New Issue
Block a user