1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-01 18:31:08 +00:00
amfora/display/panels.go
David Jimenez 0ccf5e2c03
Fix users being unable to exit help menu (#261)
Co-authored-by: makeworld
2021-12-07 20:18:08 -05:00

15 lines
315 B
Go

package display
const (
PanelBrowser = "browser"
PanelBookmarks = "bkmk"
PanelDownload = "dl"
PanelDownloadChoiceModal = "dlChoice"
PanelHelp = "help"
PanelYesNoModal = "yesno"
PanelInfoModal = "info"
PanelErrorModal = "error"
PanelInputModal = "input"
)