Compare commits

..

3 Commits

Author SHA1 Message Date
dependabot[bot]
78aa644c68 Merge 3dab05fc0e into 9a0b97476e 2026-02-02 04:23:13 +00:00
dependabot[bot]
9a0b97476e build(deps): bump dio from 5.9.0 to 5.9.1 (#198)
Bumps [dio](https://github.com/cfug/dio) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](https://github.com/cfug/dio/compare/dio_v5.9.0...dio_v5.9.1)

---
updated-dependencies:
- dependency-name: dio
  dependency-version: 5.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 12:23:06 +08:00
xkeyC
68f42060ff fix: isInstalled
close: https://github.com/StarCitizenToolBox/app/issues/191
2026-01-27 15:23:28 +08:00
3 changed files with 4 additions and 4 deletions

View File

@@ -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(

View File

@@ -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:

View File

@@ -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