mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 00:33:42 +08:00
新增摄影模式工具
This commit is contained in:
parent
41763e0f61
commit
c136b68922
@ -80,9 +80,9 @@ class ToolsUIModel extends BaseUIModel {
|
||||
notifyListeners();
|
||||
items.addAll(await _addNvmePatchCard());
|
||||
notifyListeners();
|
||||
items.add(await _addPhotographyCard());
|
||||
notifyListeners();
|
||||
items.add(await _addShaderCard());
|
||||
notifyListeners();
|
||||
items.add(await _addPhotographyCard());
|
||||
// close loading
|
||||
isItemLoading = false;
|
||||
notifyListeners();
|
||||
|
Loading…
Reference in New Issue
Block a user