remove test button

This commit is contained in:
Zypherift 2024-03-14 01:06:04 +01:00
parent 1bdb2934f5
commit 6242f7cc2e

View File

@ -1005,20 +1005,6 @@ class SettingsScreenState extends State<SettingsScreen>
),
],
),
ElevatedButton(
onPressed: () {
// Generate fake error details
FlutterErrorDetails fakeErrorDetails = FlutterErrorDetails(
exception: Exception('fasz'),
stack: StackTrace.current,
library: 'MyApp',
context: ErrorDescription('a kurva a-'),
);
showErrorScreen(context, fakeErrorDetails);
},
child: const Text('hiba_tesztelese'),
),
// developer options
if (settings.developerMode)
SplittedPanel(