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