新增摄影模式工具

This commit is contained in:
xkeyC 2023-12-11 22:54:11 +08:00
parent 41763e0f61
commit c136b68922

View File

@ -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();