Little refactor
This commit is contained in:
@@ -16,7 +16,8 @@ class DebugScreen extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
final colors = Theme.of(context).colorScheme;
|
||||
final theme = context.watch<ThemeProvider>();
|
||||
|
||||
// If you're touching ( you doing this rignt now ) this file, STOP IMEDIATLY! This is violiating TeamKomet code revision policy!
|
||||
// If you're touching ( you doing this rignt now ) this file, AND DONT WANT TO STOP! REFACTOR IT IMMEDIATLY TO MAKE SOME SENSE AND DONT LOOK LIKE SHIT BY AI
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: const Text('Debug Settings'),
|
||||
|
||||
Reference in New Issue
Block a user