Ntrip beállítások sheet, ntrip státusz sheet
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user