hide fileSearchResultWrapper initially
This commit is contained in:
BIN
bin/nwg-drawer
BIN
bin/nwg-drawer
Binary file not shown.
1
main.go
1
main.go
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user