hide fileSearchResultWrapper initially

This commit is contained in:
piotr
2022-01-11 12:31:47 +01:00
parent a6977d9444
commit 92095d5b97
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@@ -495,6 +495,7 @@ func main() {
glib.TimeoutAdd(uint(1), func() bool { glib.TimeoutAdd(uint(1), func() bool {
if showWindowTrigger && win != nil && !win.IsVisible() { if showWindowTrigger && win != nil && !win.IsVisible() {
win.ShowAll() win.ShowAll()
fileSearchResultWrapper.Hide()
// focus 1st element // focus 1st element
b := appFlowBox.GetChildAtIndex(0) b := appFlowBox.GetChildAtIndex(0)
if b != nil { if b != nil {