Closed kra-mo closed 1 year ago
thanks for reporting this
I'm not sure how to fix this, because apps like amberol also save the window state on close-request.
It's easiest to bind three keys to the "default-width"
, "default-height"
and "maximized"
properties of the window. It's also how the docs suggest you do it.
thanks
It only gets recorded if the window is closed, because saving the schema is currently tied to the
close-request
signal. If the app is quit via Ctrl+Q or by force quitting, it does not.