Added FileInfo popup ('I')

This commit is contained in:
ChristianVisintin
2020-12-10 10:28:13 +01:00
parent ca46c872cf
commit 145b778ff3
3 changed files with 261 additions and 9 deletions

View File

@@ -97,6 +97,7 @@ enum DialogYesNoOption {
enum PopupType {
Alert(Color, String), // Block color; Block text
Fatal(String), // Must quit after being hidden
FileInfo, // Show info about current file
Help, // Show Help
Input(String, OnInputSubmitCallback), // Input description; Callback for submit
Progress(String), // Progress block text