file search improved

This commit is contained in:
piotr
2021-05-29 01:46:48 +02:00
parent 2a4a00c8f3
commit 675631949e
3 changed files with 20 additions and 7 deletions

View File

@@ -103,6 +103,7 @@ var (
statusLabel *gtk.Label
status string
mainColumnWidth int
ignore string
)
// Flags
@@ -315,7 +316,6 @@ func main() {
appFlowBox = setUpAppsFlowBox(nil, "")
userDirsMap = mapXdgUserDirs()
fmt.Println(userDirsMap)
placeholder, _ := gtk.BoxNew(gtk.ORIENTATION_VERTICAL, 0)
resultsWrapper.PackStart(placeholder, true, true, 0)