Skip to content

Commit

Permalink
Resolve #192
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Jun 1, 2024
1 parent aa6cbde commit 84920f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Frontend/pages/ota_update.dart
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class _OtaUpdateState extends ConsumerState<OtaUpdate> {
ButtonBar(
alignment: MainAxisAlignment.center,
children: [
ElevatedButton(
FilledButton(
onPressed: (firmwareInfo != null || firmwareFile != null) ? () => beginUpdate() : null,
child: Text(
otaDownloadButtonLabel(),
Expand Down
4 changes: 1 addition & 3 deletions lib/constants.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'package:flutter/material.dart';

const int kitsuneDelayRange = 1000;
const Duration animationTransitionDuration = Duration(milliseconds: 500);

Expand Down Expand Up @@ -27,7 +25,7 @@ const String allowNewsletterNotifications = 'allowNewsletterNotifications';

// Settings Default value
const bool kitsuneModeDefault = false;
final int appColorDefault = Colors.orange.value;
const int appColorDefault = 0xE46E26;
const bool hapticsDefault = true;
const bool keepAwakeDefault = false;
const bool allowAnalyticsDefault = false;
Expand Down

0 comments on commit 84920f8

Please sign in to comment.