Ntrip beállítások sheet, ntrip státusz sheet

This commit is contained in:
2026-07-05 15:48:33 +02:00
parent fa25a320eb
commit 2bd39fbd4e
6 changed files with 629 additions and 42 deletions
@@ -330,7 +330,7 @@ class SettingsDialog extends StatelessWidget {
SizedBox(
height: 40,
child: TextField(
controller: NtripService.to.usernameController,
//controller: NtripService.to.usernameController,
enableSuggestions: false,
autocorrect: false,
decoration: InputDecoration(
@@ -355,7 +355,7 @@ class SettingsDialog extends StatelessWidget {
//focusNode: controller.passwordFieldFocusNode,
enableSuggestions: false,
autocorrect: false,
controller: NtripService.to.passwordController,
//controller: NtripService.to.passwordController,
decoration: InputDecoration(
floatingLabelBehavior: FloatingLabelBehavior.never,
isDense: true,