From 6c8340d76873f59e02a4c318f5329256caff4443 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Wed, 23 Apr 2025 16:32:24 +0200 Subject: [PATCH] Update --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 10ab7f1..5b34a45 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,9 @@ But I don't know how flutter handles assets, currently I am not very motivated t Scrolling through long notes is difficult since we're intercepting the scroll event and using it to scroll through notes themselves.
This, again, is not really an issue for me so I'm not very motivated to fix it. + +Showing and focusing the window is really annoying for "gamers" and generally whoever is doing anything at the time.
+But I have no better ideas.
+If we show the window without focusing it, it will still be on top and, if not focused, will be even more annoying because to close it you have to click on it (to focus it) and THEN close it.
+If we only play the sound as a reminder we could miss it or simply get used to the sound and learn to ignore it.
+I have no ideas for a better solution.