Please follow the following template when posting a bug, make sure you’ve searched the bug reports category to avoid any duplicates!
Description of the bug
Supernotes Window will not resize, it is stuck at the maximum, but will keep within the screen, but is essentially stuck at full screen size.
Device, App & Version
OpenSUSE 15.6 running Gnome.
Steps to reproduce
Click one the window maximize/minimize on the top right, the application window will maximize but wont ever minimize now.
I have fixed my problem with the window not resizing.
In ~/.config/Supernotes/settings.json I noticed the following; {"windowState":{"main":{"x":0,"y":468,"width":1680,"height":1050,"isMaximized":false,"isFullScreen":true}}}
The window size was as big as the screen and isFullScreen was set to true, but I couldn’t unset it the usual way.
However, editing the file to be more reasonable returned normal functionality {"windowState":{"main":{"x":116,"y":494,"width":1471,"height":981,"isMaximized":false,"isFullScreen":false}}}