mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 06:33:43 +08:00
fix: performance_action_clear_shaders
This commit is contained in:
parent
085c1e02c3
commit
2d178bfa5e
@ -217,7 +217,7 @@ class HomePerformanceUIModel extends _$HomePerformanceUIModel {
|
||||
state = state.copyWith(workingString: S.current.performance_action_clear_shaders);
|
||||
await cleanShaderCache(null);
|
||||
}
|
||||
state = state.copyWith(workingString: "");
|
||||
state = state.copyWith(workingString: S.current.performance_info_done);
|
||||
await await Future.delayed(const Duration(milliseconds: 300));
|
||||
await _init();
|
||||
state = state.copyWith(workingString: "");
|
||||
|
Loading…
Reference in New Issue
Block a user