diff options
author | Joe <rbo@gmx.us> | 2024-05-16 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-05-16 20:20:20 +0200 |
commit | c804e1d7630c408c726d7999f25d5cf7d786f1c5 (patch) | |
tree | e328d493b4a5495d580f1b951bcc59a5da27fae5 /src/i_ui.go | |
parent | prompt ssh ok (diff) | |
download | hardflip-c804e1d7630c408c726d7999f25d5cf7d786f1c5.tar.gz hardflip-c804e1d7630c408c726d7999f25d5cf7d786f1c5.tar.bz2 hardflip-c804e1d7630c408c726d7999f25d5cf7d786f1c5.tar.xz hardflip-c804e1d7630c408c726d7999f25d5cf7d786f1c5.tar.zst hardflip-c804e1d7630c408c726d7999f25d5cf7d786f1c5.zip |
fix
Diffstat (limited to 'src/i_ui.go')
-rw-r--r-- | src/i_ui.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i_ui.go b/src/i_ui.go index 5036589..7447803 100644 --- a/src/i_ui.go +++ b/src/i_ui.go @@ -797,9 +797,6 @@ func i_ui(data_dir string) { i_prompt_confirm_gpg(data.ui, data.opts) case WELCOME_SSH: i_prompt_def_sshkey(data.ui, data.home_dir) - default: - c_write_options(data.opts.file, data.opts, &data.load_err) - data.ui.mode = NORMAL_MODE } case NORMAL_MODE: if data.litems.head == nil { |