martinstoeckli / SilentNotes

SilentNotes is a simple note taking app which respects your privacy.
https://www.martinstoeckli.ch/silentnotes
Mozilla Public License 2.0
238 stars 35 forks source link

Can this application fix the set window height and width when it is started? #255

Open Hullayo opened 3 months ago

Hullayo commented 3 months ago

Can this application fix the set window height and width when it is started? After each adjustment, close the window and reopen it again to restore it to the default.

martinstoeckli commented 3 months ago

Currently it is the Windows OS which places the window, of course one could implement a "remember position" function.

If such a function would be implemented, one has to take care, that the position will be in the visible region. It can happen that the last position was outside of the current screen scope, e.g. if the app was shown on a second screen which is not available anymore.