Skip to content

Commit 5b56682

Browse files
committed
Adjust cherry-pick
1 parent 34c01cd commit 5b56682

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

CollapseLauncher/Classes/RepairManagement/HonkaiV2/HonkaiRepairV2.AsbExt.Audio.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ async ValueTask ImplCheckAndAdd(ManifestAssetInfo audioAsset, CancellationToken
9494
goto AddAsset; // I love goto. Dun ask me why :>
9595
}
9696

97-
progressibleInstance.Status.ActivityStatus = string.Format(Locale.Current.Lang?._GameRepairPage?.Status15 ?? "", audioAsset.Path);
97+
progressibleInstance.Status.ActivityStatus = string.Format(Locale.Lang?._GameRepairPage?.Status15 ?? "", audioAsset.Path);
9898
progressibleInstance.Status.IsProgressAllIndetermined = true;
9999
progressibleInstance.Status.IsProgressPerFileIndetermined = true;
100100
progressibleInstance.UpdateStatus();

CollapseLauncher/Classes/RepairManagement/HonkaiV2/HonkaiRepairV2.AsbExt.Cache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private static async Task<List<CacheAssetInfo>>
7272

7373
// Update Progress
7474
progressibleInstance.Status.ActivityStatus =
75-
string.Format(Locale.Current.Lang?._CachesPage?.CachesStatusFetchingType ?? "", cacheType);
75+
string.Format(Locale.Lang?._CachesPage?.CachesStatusFetchingType ?? "", cacheType);
7676
progressibleInstance.Status.IsProgressAllIndetermined = true;
7777
progressibleInstance.Status.IsIncludePerFileIndicator = false;
7878

CollapseLauncher/Classes/RepairManagement/HonkaiV2/HonkaiRepairV2.AsbExt.Video.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ async ValueTask ImplCheckAndAdd(KeyValuePair<int, KianaCgMetadata> entry, Cancel
128128
string assetUrl = baseUrl.CombineURLFromString("Video", assetName);
129129

130130
// Update status
131-
progressibleInstance.Status.ActivityStatus = string.Format(Locale.Current.Lang?._GameRepairPage?.Status14 ?? "", assetName);
131+
progressibleInstance.Status.ActivityStatus = string.Format(Locale.Lang?._GameRepairPage?.Status14 ?? "", assetName);
132132
progressibleInstance.Status.IsProgressAllIndetermined = true;
133133
progressibleInstance.Status.IsProgressPerFileIndetermined = true;
134134
progressibleInstance.UpdateStatus();

CollapseLauncher/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
"type": "Project",
472472
"dependencies": {
473473
"H.NotifyIcon": "[1.0.0, )",
474-
"Microsoft.WindowsAppSDK": "[2.0.0-experimental7, )"
474+
"Microsoft.WindowsAppSDK": "[2.0.1, )"
475475
}
476476
},
477477
"hi3helper.core": {
@@ -544,8 +544,8 @@
544544
"dependencies": {
545545
"CommunityToolkit.Common": "[8.4.2, )",
546546
"CommunityToolkit.WinUI.Extensions": "[8.2.251219, )",
547-
"Microsoft.Windows.SDK.BuildTools": "[10.0.28000.1721, )",
548-
"Microsoft.WindowsAppSDK": "[2.0.0-experimental7, )"
547+
"Microsoft.Windows.SDK.BuildTools": "[10.0.28000.1839, )",
548+
"Microsoft.WindowsAppSDK": "[2.0.1, )"
549549
}
550550
},
551551
"innosetuphelper": {

0 commit comments

Comments
 (0)