dominikwilkowski / vault

An open source multi-platform password manager, written in Rust.
https://rustyvault.com/
GNU General Public License v3.0
12 stars 2 forks source link

Added saving of dragger resize #10

Closed thewizzy closed 7 months ago

thewizzy commented 7 months ago

Had a stab at this. If we are going to implement this maybe we should take the next step and save all the apps state (window size and dragger position)?

thewizzy commented 7 months ago

Looks great. Agree with window size... What do you mean by drager?

The dragger - I mean the sidebar width. Fiddling with some ideas in https://github.com/dominikwilkowski/vault/tree/window_settings_save (a branch from this branch).

thewizzy commented 7 months ago

Modified the PR to include barebones for expanding this to more window settings but just kept sidebar width for now.