mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Help page in auth activity
This commit is contained in:
@@ -75,6 +75,7 @@ enum DialogYesNoOption {
|
||||
#[derive(Clone)]
|
||||
enum PopupType {
|
||||
Alert(Color, String), // Show a message displaying text with the provided color
|
||||
Help, // Help page
|
||||
Input(String, OnInputSubmitCallback), // Input description; Callback for submit
|
||||
YesNo(String, DialogCallback, DialogCallback), // Yes, no callback
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user