mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +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 requested, include the root group as an item | ||||||
|     if (show_root) |     if (show_root) { | ||||||
|         addGroup(root_group, pager.addElement); |         addGroup(root_group, pager.addElement); | ||||||
|  |         list_groups[root_group.id].expand(); | ||||||
|  |     } | ||||||
|  |  | ||||||
|     // Otherwise, only add contents of root group |     // Otherwise, only add contents of root group | ||||||
|     else |     else | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user