This commit is contained in:
Jonas Braus
2025-03-03 18:01:32 +01:00
parent a422fc72bb
commit 5074468d29
131 changed files with 19256 additions and 66 deletions
+1 -2
View File
@@ -95,8 +95,7 @@ class SpaceRate extends StatelessWidget {
),
title: Text("Backend-IP ändern"),
content: TextField(
controller: _ipController,
keyboardType: TextInputType.numberWithOptions(decimal: true), // IP-Format unterstützen
controller: _ipController,// IP-Format unterstützen
decoration: InputDecoration(
border: OutlineInputBorder(),
labelText: 'Neue Backend-IP (z. B. 192.168.1.1)',