Save the treeview state periodically, and restore it automatically when reconnecting. Fixes #1253

This commit is contained in:
Khushboo Vashi
2018-10-08 10:03:19 +01:00
committed by Dave Page
parent 44ef501283
commit 528ea88dec
11 changed files with 680 additions and 21 deletions

View File

@@ -585,7 +585,8 @@ class ServerNode(PGChildNodeView):
server_icon_and_background(connected, manager, server),
True,
self.node_type,
connected=False,
connected=connected,
user=manager.user_info if connected else None,
server_type='pg' # default server type
)
)