This commit is contained in:
2025-04-23 16:32:24 +02:00
parent db565f4603
commit 6c8340d768

View File

@@ -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.<br> Scrolling through long notes is difficult since we're intercepting the scroll event and using it to scroll through notes themselves.<br>
This, again, is not really an issue for me so I'm not very motivated to fix it. 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.<br>
But I have no better ideas.<br>
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.<br>
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.<br>
I have no ideas for a better solution.