We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e53048 commit b7ec3caCopy full SHA for b7ec3ca
app/lib/routes/encryption_key_route.dart
@@ -70,8 +70,8 @@ class EncryptionKeyRouteState extends State<EncryptionKeyRoute> {
70
? null
71
: () => setState(() => showQrCode = !showQrCode),
72
label: showQrCode
73
- ? const Text('Show QR Code')
74
- : const Text('Hide QR Code'),
+ ? const Text('Hide QR Code')
+ : const Text('Show QR Code'),
75
icon: const Icon(Icons.qr_code),
76
),
77
if (showQrCode)
0 commit comments