We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756794f commit 7467218Copy full SHA for 7467218
lib/widgets/totp/widget.dart
@@ -65,7 +65,7 @@ class TotpWidget extends StatelessWidget {
65
contentPadding: contentPadding,
66
space: space,
67
displayCode: displayCode,
68
- footerWidgetBuilder: currentPlatform.isDesktop || kDebugMode
+ footerWidgetBuilder: currentPlatform.isDesktop
69
? ((context) => _DesktopActionsWidget(
70
totp: totp,
71
onDecryptPressed: onDecryptPressed,
0 commit comments