Skip to content

Commit

Permalink
changes 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Jun 12, 2024
1 parent 09fe2cd commit 28850ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Frontend/pages/ota_update.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class _OtaUpdateState extends ConsumerState<OtaUpdate> {
direction: Axis.vertical,
children: [
if ([OtaState.standby, OtaState.manual].contains(otaState)) ...[
if (!HiveProxy.getOrDefault(settings, showDebugging, defaultValue: showDebuggingDefault)) ...[
if (HiveProxy.getOrDefault(settings, showDebugging, defaultValue: showDebuggingDefault)) ...[
Expanded(
child: ListTile(
title: const Text("Debug"),
Expand Down

0 comments on commit 28850ce

Please sign in to comment.