aboutsummaryrefslogtreecommitdiffstats
path: root/src/e_events.go
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-08-29 19:06:39 +0200
committerjoe <rbo@gmx.us>2025-08-29 19:06:39 +0200
commit48b3cb594fae0bf9105b37633e03d190b6d61c62 (patch)
tree614f1203de56ba782069f82f276493e2573f7463 /src/e_events.go
parentit was probably not necessary (diff)
downloadhardflip-48b3cb594fae0bf9105b37633e03d190b6d61c62.tar.gz
hardflip-48b3cb594fae0bf9105b37633e03d190b6d61c62.tar.bz2
hardflip-48b3cb594fae0bf9105b37633e03d190b6d61c62.tar.xz
hardflip-48b3cb594fae0bf9105b37633e03d190b6d61c62.tar.zst
hardflip-48b3cb594fae0bf9105b37633e03d190b6d61c62.zip
new screen
Diffstat (limited to '')
-rw-r--r--src/e_events.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/e_events.go b/src/e_events.go
index 35e8faa..8cf99ff 100644
--- a/src/e_events.go
+++ b/src/e_events.go
@@ -179,6 +179,7 @@ func e_reload_data(data *HardData) {
tmp_parent_path = data.litems.curr.Host.parent.path()
}
}
+ // FIX: dirty visual bug rename dir mkdir
fmt.Println("reloading config...")
conf_dir := c_get_conf_dir(&data.load_err)
if len(conf_dir) == 0 {