We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc4b15 commit 29d3993Copy full SHA for 29d3993
plugins/lua/sort/locationselector.lua
@@ -79,7 +79,7 @@ function LocationSelectorOverlay:init()
79
frame={l=1, t=0, r=1},
80
label="Hide established:",
81
key='CUSTOM_SHIFT_E',
82
- initial_option=true,
+ initial_option=false,
83
on_change=function() self:do_search(self.subviews.search.text, true) end,
84
},
85
@@ -113,7 +113,7 @@ end
113
function LocationSelectorOverlay:reset()
114
LocationSelectorOverlay.super.reset(self)
115
self.cache = nil
116
- self.subviews.hide_established:setOption(true, false)
+ self.subviews.hide_established:setOption(false, false)
117
end
118
119
function LocationSelectorOverlay:get_cache()
0 commit comments