diff options
author | Joe <rbo@gmx.us> | 2025-01-20 17:00:47 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-01-20 17:00:47 +0100 |
commit | 36da88715d7ffc30a4fcf3ef27bbbb88d30b02a8 (patch) | |
tree | 07a52b3f84e1073bd02297cfe4751d9ebd64b378 /src/i_ui.go | |
parent | trying smth real quick (diff) | |
download | hardflip-36da88715d7ffc30a4fcf3ef27bbbb88d30b02a8.tar.gz hardflip-36da88715d7ffc30a4fcf3ef27bbbb88d30b02a8.tar.bz2 hardflip-36da88715d7ffc30a4fcf3ef27bbbb88d30b02a8.tar.xz hardflip-36da88715d7ffc30a4fcf3ef27bbbb88d30b02a8.tar.zst hardflip-36da88715d7ffc30a4fcf3ef27bbbb88d30b02a8.zip |
okok
Diffstat (limited to '')
-rw-r--r-- | src/i_ui.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i_ui.go b/src/i_ui.go index 209156d..0ffa945 100644 --- a/src/i_ui.go +++ b/src/i_ui.go @@ -815,7 +815,6 @@ func i_ui(data_dir string) { [][2]string{}, nil, nil, - nil, } if data.opts.GPG == DEFAULT_OPTS.GPG && data.litems.head == nil { data.ui.mode = WELCOME_MODE |