Code review comment for lp:~elementary-apps/granite/saved-state

Revision history for this message
Akshay Shekher (voldyman) wrote :

hmm, my idea was of storing and restoring windows state from applications that use Granite.Application transparently.

Gtk.Application has signals for window_added and window_removed, we could use those signals to get the dimensions of the windows when they were closed and restore when the same window is opened again.

I haven't thought enough about this so it is open for debate.

« Back to merge proposal