mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Expand root if shown.
This commit is contained in:
@@ -1303,8 +1303,10 @@ GuacUI.GroupView = function(root_group, flags) {
|
||||
}
|
||||
|
||||
// If requested, include the root group as an item
|
||||
if (show_root)
|
||||
if (show_root) {
|
||||
addGroup(root_group, pager.addElement);
|
||||
list_groups[root_group.id].expand();
|
||||
}
|
||||
|
||||
// Otherwise, only add contents of root group
|
||||
else
|
||||
|
Reference in New Issue
Block a user