mirror of
https://github.com/makeworld-the-better-one/amfora.git
synced 2024-11-25 05:39:27 +03:00
0ccf5e2c03
Co-authored-by: makeworld
15 lines
315 B
Go
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"
|
|
)
|