mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-06 15:10:20 +00:00
feat: update unp4k
This commit is contained in:
@@ -229,9 +229,7 @@ class AdvancedLocalizationUIModel extends _$AdvancedLocalizationUIModel {
|
||||
return iniData;
|
||||
} catch (e) {
|
||||
final errorMessage = e.toString();
|
||||
if (Unp4kCModel.checkRunTimeError(errorMessage)) {
|
||||
AnalyticsApi.touch("advanced_localization_no_runtime");
|
||||
}
|
||||
// Rust 实现不再需要 .NET runtime 检查
|
||||
state = state.copyWith(errorMessage: errorMessage);
|
||||
// rethrow;
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ final class AdvancedLocalizationUIModelProvider
|
||||
}
|
||||
|
||||
String _$advancedLocalizationUIModelHash() =>
|
||||
r'c7cca8935ac7df2281e83297b11b6b82d94f7a59';
|
||||
r'5ff4d8156fbae4dcf69cb3fbcabfb9abda69ffbb';
|
||||
|
||||
abstract class _$AdvancedLocalizationUIModel
|
||||
extends $Notifier<AdvancedLocalizationUIState> {
|
||||
|
||||
Reference in New Issue
Block a user