This commit is contained in:
BalazsManus
2025-02-13 20:34:36 +01:00
175 changed files with 1959 additions and 7262 deletions

View File

@@ -1452,4 +1452,4 @@ class SettingsScreenState extends State<SettingsScreen>
void openSubMenu(BuildContext context, StatefulWidget screen) =>
Navigator.of(context)
.push(CupertinoPageRoute(builder: (context) => screen));
}
}