diff options
Diffstat (limited to 'src/i_events.go')
-rw-r--r-- | src/i_events.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_events.go b/src/i_events.go index 38d0643..ae7bcab 100644 --- a/src/i_events.go +++ b/src/i_events.go @@ -361,6 +361,7 @@ func i_events(data *HardData) { } else { if event.Rune() == 'y' { ui.mode = NORMAL_MODE + c_write_options(data.opts.file, data.opts, &data.load_err) } else if event.Rune() == 'n' { data.opts.GPG = "" } |