Skip to content

Commit

Permalink
show root folder in folder selection (of ServerList)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmipt committed Mar 15, 2024
1 parent ddf77b9 commit 0ad7d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/studio/ui/ServerList.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public Server showServerTree(Server activeServer, List<Server> serverHistory, bo
}

public ServerTreeNode showFolders(ServerTreeNode activeNode) {
tree.setRootVisible(true);
showServerNodes = false;
updateServerTree(activeNode);
selectHistoryTab(false);
Expand Down

0 comments on commit 0ad7d21

Please sign in to comment.