diff options
author | joe <rbo@gmx.us> | 2025-08-29 19:06:39 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-29 19:06:39 +0200 |
commit | 48b3cb594fae0bf9105b37633e03d190b6d61c62 (patch) | |
tree | 614f1203de56ba782069f82f276493e2573f7463 | |
parent | it was probably not necessary (diff) | |
download | hardflip-48b3cb594fae0bf9105b37633e03d190b6d61c62.tar.gz hardflip-48b3cb594fae0bf9105b37633e03d190b6d61c62.tar.bz2 hardflip-48b3cb594fae0bf9105b37633e03d190b6d61c62.tar.xz hardflip-48b3cb594fae0bf9105b37633e03d190b6d61c62.tar.zst hardflip-48b3cb594fae0bf9105b37633e03d190b6d61c62.zip |
new screen
-rw-r--r-- | screens/screen1.png | bin | 1428614 -> 1291055 bytes | |||
-rw-r--r-- | src/e_events.go | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/screens/screen1.png b/screens/screen1.png Binary files differindex f1024fe..514d511 100644 --- a/screens/screen1.png +++ b/screens/screen1.png 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 { |