more refactoring

This commit is contained in:
Jesse Duffield
2021-04-05 00:31:52 +10:00
parent c34c6926d5
commit 39ae122304
13 changed files with 48 additions and 72 deletions

View File

@@ -59,7 +59,7 @@ func (gui *Gui) handleCommitMessageFocused() error {
},
)
gui.renderString("options", message)
gui.renderString(gui.Views.Options, message)
return nil
}