From d788c110a7d536fa28337d45d7605f0bb29df65f Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Mon, 21 Apr 2025 22:33:02 +0200 Subject: [PATCH] TODO --- lib/main.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/main.dart b/lib/main.dart index 91b8170..f7dfc74 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -7,6 +7,10 @@ import 'package:system_tray/system_tray.dart'; import 'package:window_manager/window_manager.dart'; import 'package:audioplayers/audioplayers.dart'; +// TODO: Add a "commit sudoku" button to the tray menu +// TODO: Add an icon to the executable, simply use the existing tray icon +// TODO: Auto focus new entry field + const Duration popupInterval = Duration(minutes: 20); const String notificationSound = 'MeetTheSniper.mp3';