From 68c6dd1a9516e61217c70893713724ca3e25506a Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Tue, 22 Apr 2025 19:11:40 +0200 Subject: [PATCH] Update --- lib/main.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index fced81a..8a1601b 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -9,7 +9,8 @@ import 'package:audioplayers/audioplayers.dart'; import 'package:flutter/gestures.dart'; // TODO: Add an icon to the executable, simply use the existing tray icon -// TODO: Implement some sort of scroll through notes +// TODO: Sound does not play when ran from a different workdir? Weird +// TODO: Don't focus on open, playing the sound is enough; We don't want to get killed in games because of journaler // Default values - will be replaced by DB values if they exist const Duration _defaultPopupInterval = Duration(minutes: 20);