v2.56.2 — Versions-String aktualisiert + sichtbare Version in Einstellungen
This commit is contained in:
@@ -358,6 +358,15 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
||||
|
||||
const SizedBox(height: 20),
|
||||
|
||||
// ─── Versions-Anzeige (sichtbar!) ───
|
||||
Center(
|
||||
child: Text(
|
||||
'Melo v2.56.1',
|
||||
style: TextStyle(fontSize: 12, color: MeloTheme.textSekundaer),
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
|
||||
// ═══ Expertenmodus ═══
|
||||
Container(
|
||||
decoration: BoxDecoration(
|
||||
|
||||
Reference in New Issue
Block a user