Released 9.2.7

This commit is contained in:
Alessandro Autiero
2024-09-14 12:37:56 +02:00
parent a9af28273a
commit bfe15e43d9
15 changed files with 331 additions and 255 deletions

View File

@@ -110,9 +110,9 @@ class _SettingsPageState extends RebootPageState<SettingsPage> {
contentWidth: null,
content: Row(
children: [
Text(
Obx(() => Text(
_settingsController.debug.value ? translations.on : translations.off
),
)),
const SizedBox(
width: 16.0
),