mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Added 'save password' tab to auth activity when saving bookmarks
This commit is contained in:
@@ -76,7 +76,7 @@ enum DialogYesNoOption {
|
||||
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
|
||||
SaveBookmark(String, OnInputSubmitCallback), // Input description; Callback for submit
|
||||
YesNo(String, DialogCallback, DialogCallback), // Yes, no callback
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user