mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-05 14:51:11 +00:00
Compare commits
4 Commits
e473cc3bb6
...
78aa644c68
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78aa644c68 | ||
|
|
9a0b97476e | ||
|
|
68f42060ff | ||
|
|
3dab05fc0e |
@ -178,7 +178,7 @@ class LocalizationDialogUI extends HookConsumerWidget {
|
||||
) {
|
||||
final isWorking = state.workingVersion.isNotEmpty;
|
||||
final isMineWorking = state.workingVersion == item.key;
|
||||
final isInstalled = state.patchStatus?.value == item.key;
|
||||
final isInstalled = state.patchStatus?.value == item.key || state.patchStatus?.value == item.value.versionName;
|
||||
final isItemEnabled = ((item.value.enable ?? false));
|
||||
final tapDisabled = isInstalled || isWorking || !isItemEnabled || isMineWorking;
|
||||
return GridItemAnimator(
|
||||
|
||||
@ -365,10 +365,10 @@ packages:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: dio
|
||||
sha256: d90ee57923d1828ac14e492ca49440f65477f4bb1263575900be731a3dac66a9
|
||||
sha256: b9d46faecab38fc8cc286f80bc4d61a3bb5d4ac49e51ed877b4d6706efe57b25
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "5.9.0"
|
||||
version: "5.9.1"
|
||||
dio_web_adapter:
|
||||
dependency: transitive
|
||||
description:
|
||||
@ -453,10 +453,10 @@ packages:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: fluent_ui
|
||||
sha256: "569f61002931665b9613ed12008a368d60ae66baab78b6270c4dc8b44f24d1df"
|
||||
sha256: "8645eabacb46bfc9632fadc6e106756cdc6f2a4efb5a4fed4410bd3131306fe8"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "4.11.3"
|
||||
version: "4.12.0"
|
||||
flutter:
|
||||
dependency: "direct main"
|
||||
description: flutter
|
||||
|
||||
@ -24,7 +24,7 @@ dependencies:
|
||||
url: https://github.com/boyan01/window_manager.git
|
||||
path: packages/window_manager
|
||||
ref: 6fae92d21b4c80ce1b8f71c1190d7970cf722bd4
|
||||
fluent_ui: 4.11.3
|
||||
fluent_ui: 4.12.0
|
||||
flutter_staggered_grid_view: ^0.7.0
|
||||
flutter_acrylic: ^1.1.4
|
||||
url_launcher: ^6.3.2
|
||||
@ -32,7 +32,7 @@ dependencies:
|
||||
cupertino_icons: ^1.0.8
|
||||
hive_ce: ^2.19.1
|
||||
path_provider: ^2.1.5
|
||||
dio: ^5.9.0
|
||||
dio: ^5.9.1
|
||||
markdown: ^7.3.0
|
||||
markdown_widget: ^2.3.2+8
|
||||
extended_image: ^10.0.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user