diff --git a/lib/ui/tools/tools_ui_model.dart b/lib/ui/tools/tools_ui_model.dart index 3e9e0d5..1491578 100644 --- a/lib/ui/tools/tools_ui_model.dart +++ b/lib/ui/tools/tools_ui_model.dart @@ -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();