aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_ui.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-05-16 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-05-16 20:20:20 +0200
commitc804e1d7630c408c726d7999f25d5cf7d786f1c5 (patch)
treee328d493b4a5495d580f1b951bcc59a5da27fae5 /src/i_ui.go
parentprompt ssh ok (diff)
downloadhardflip-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.go3
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 {