Skip to content

Issue #4915: Add "Save Window Positions" to Windows menu

Alx Sa requested to merge alxsa-save-window-positions into master

This attempts to resolve issue #4915.

You can currently save the window positions by going to Preferences -> Window Management and clicking the "Save Window Positions Now" button. It's essentially a wrapper for the session_save () function. This patch adds this feature as a menu option under Windows for more convenient access.

@pixelmixer: I may be wrong, but this seems like a feature you'd be interested in. Do you have any thoughts on it (e.g. is it useful to have it available in the Windows menu or is it fine just in Preferences?)

Feedback appreciated!

Merge request reports