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