Stupid index

This commit is contained in:
Garth Vander Houwen 2023-01-03 23:24:35 -08:00
parent a7a1c734ab
commit 699e870206

View file

@ -91,7 +91,7 @@ struct Channels: View {
Button {
let key = generateChannelKey(size: 32)
channelName = ""
channelIndex = Int32((node!.myInfo!.channels!.array.count) - 1)
channelIndex = Int32(node!.myInfo!.channels!.array.count)
channelRole = 2
channelKey = key
uplink = false