rigormorrtiss 4 жил өмнө
parent
commit
483f9b1f3c
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      discordo.go

+ 1 - 1
discordo.go

@@ -184,7 +184,7 @@ func onGuildsDropDownSelected(text string, _ int) {
 			channelsTreeNode.AddChild(channelNode)
 		default:
 			if channel.ParentID == "" {
-				channelsTreeNode.AddChild(channelsTreeNode)
+				channelsTreeNode.AddChild(channelNode)
 			}
 		}
 	}