fix: typo

This commit is contained in:
lollipopkit
2023-05-12 21:18:41 +08:00
parent cbeaa9705f
commit fee02a53b6
7 changed files with 95 additions and 54 deletions

View File

@@ -12,7 +12,7 @@ class AppProvider extends BusyProvider {
notifyListeners();
}
void setMoveBg(bool moveBg) {
void setCanMoveBg(bool moveBg) {
_moveBg = moveBg;
}
}