puuuush
This commit is contained in:
@@ -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)',
|
||||
|
||||
Reference in New Issue
Block a user