diff options
author | Joe <rbo@gmx.us> | 2023-12-26 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-26 20:20:20 +0100 |
commit | 900daccebbb57abcbf95e8d708444fbfcb804a86 (patch) | |
tree | fa5167cf88ca9e9bbaa9d83ffbef21ae4031149b /c_hardflip.go | |
parent | must rewrite ui (diff) | |
download | hardflip-900daccebbb57abcbf95e8d708444fbfcb804a86.tar.gz hardflip-900daccebbb57abcbf95e8d708444fbfcb804a86.tar.bz2 hardflip-900daccebbb57abcbf95e8d708444fbfcb804a86.tar.xz hardflip-900daccebbb57abcbf95e8d708444fbfcb804a86.tar.zst hardflip-900daccebbb57abcbf95e8d708444fbfcb804a86.zip |
cool
Diffstat (limited to 'c_hardflip.go')
-rw-r--r-- | c_hardflip.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c_hardflip.go b/c_hardflip.go index 6261783..f7585b4 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -61,7 +61,7 @@ func main() { data := HardData{ ldirs, HardUI{}, - HardOpts{true, true}, + HardOpts{true, true, false}, data_dir, } // dir := data.ldirs.head |