Flask backend and ui tweaks
This commit is contained in:
@@ -30,7 +30,7 @@ class TestFlipFlopService {
|
||||
|
||||
_timer = Timer.periodic(const Duration(seconds: 2), (_) {
|
||||
// Toggle theme
|
||||
ThemeService.instance.toggle();
|
||||
// ThemeService.instance.toggle();
|
||||
|
||||
// Surprise the navigator
|
||||
if (navigatorKey.currentState?.emotion == 'surprise') {
|
||||
|
||||
Reference in New Issue
Block a user