mirror of
https://github.com/sol1/rustguac.git
synced 2026-09-10 09:35:45 +00:00
e7c515654e
Add an autohide_side_tabs option (Option<bool>, default off) on the address book entry, threaded through the same path as fullscreen_on_connect (AddressBookEntry, EntryInfo, CreateSessionRequest, Session, SessionInfo, the API connect/quick-connect builders, and import defaults). When set, client.html slides the left-edge Clipboard and Files tabs off screen when idle and brings them back when the pointer nears the left edge; defaults preserve the current always-visible behaviour. Checkbox added to the entry editor.