Option to edit device id
This commit is contained in:
parent
e2c07a23c6
commit
3fe3810695
2 changed files with 9 additions and 2 deletions
|
|
@ -116,7 +116,7 @@ class MainScreen extends StatelessWidget {
|
|||
child: OutlinedButton(
|
||||
onPressed: () => Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(builder: (_) => const SettingsScreen()),
|
||||
MaterialPageRoute(builder: (_) => const SettingsScreen(editDeviceId: true)),
|
||||
),
|
||||
child: const Text('Advanced settings'),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue