This commit is contained in:
Hamza-Ayed
2024-07-16 18:13:40 +03:00
parent 4ffaa591fa
commit e6305f4ddc
9 changed files with 246 additions and 140 deletions

View File

@@ -424,5 +424,5 @@ bool _checkIfFirstTime() {
}
void _markAsNotFirstTime() {
box.write(BoxName.isFirstTime, true);
box.write(BoxName.isFirstTime, false);
}