fix: nextAwait

This commit is contained in:
xkeyC 2025-12-04 22:18:43 +08:00
parent 19488507b0
commit 125fedbc84

View File

@ -112,8 +112,8 @@ class Unp4kCModel extends _$Unp4kCModel {
if (i == nextAwait) {
state = state.copyWith(endMessage: S.current.tools_unp4k_msg_reading3(i, p4kFiles.length));
await Future.delayed(Duration.zero);
nextAwait += 20000;
await Future.delayed(Duration(milliseconds: 1));
nextAwait += 30000;
}
}