mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-18 02:04:18 +01:00
try to add decryptZapEvent support
This commit is contained in:
@@ -88,6 +88,9 @@ class _AuthDialog extends State<AuthDialog> {
|
||||
} else if (widget.authType == AuthType.NIP44_DECRYPT) {
|
||||
authTitle = "Decrypt (NIP-44)";
|
||||
authDes += "Decrypt (NIP-44)";
|
||||
} else if (widget.authType == AuthType.DECRYPT_ZAP_EVENT) {
|
||||
authTitle = "Decrypt zap event";
|
||||
authDes += "Decrypt zap event";
|
||||
}
|
||||
|
||||
List<Widget> list = [];
|
||||
|
||||
Reference in New Issue
Block a user