aboutsummaryrefslogtreecommitdiffstats
path: root/i_events.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-19 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-19 20:20:20 +0100
commit0495430dd046ed8b5933f732bfa844a9afe71b81 (patch)
tree77c6ec6761db52d94bac1d7d9d36ed8e4b2b78d3 /i_events.go
parentwhoops (diff)
downloadhardflip-0495430dd046ed8b5933f732bfa844a9afe71b81.tar.gz
hardflip-0495430dd046ed8b5933f732bfa844a9afe71b81.tar.bz2
hardflip-0495430dd046ed8b5933f732bfa844a9afe71b81.tar.xz
hardflip-0495430dd046ed8b5933f732bfa844a9afe71b81.tar.zst
hardflip-0495430dd046ed8b5933f732bfa844a9afe71b81.zip
fix this some day
Diffstat (limited to '')
-rw-r--r--i_events.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/i_events.go b/i_events.go
index f97a728..f2430d2 100644
--- a/i_events.go
+++ b/i_events.go
@@ -170,6 +170,7 @@ func i_reload_data(data *HardData) {
data.data_dir = c_get_data_dir()
g_load_count = -1
data.ldirs, data.litems = i_load_ui(data.data_dir, data.opts, &data.ui)
+ // FIX: must input to start reloading for some reason
data.folds = make(map[*DirsNode]*ItemsList)
}