removeTab add checkBlank

This commit is contained in:
DASHU
2024-09-06 00:36:42 +08:00
parent 71cf709056
commit f908387049

View File

@@ -94,6 +94,7 @@ class WebProvider extends ChangeNotifier {
} }
webInfos.removeAt(i); webInfos.removeAt(i);
checkBlank();
notifyListeners(); notifyListeners();
} }
} }