diff --git a/dvmconsole/MainWindow.xaml.cs b/dvmconsole/MainWindow.xaml.cs index a004438..1dbff0b 100644 --- a/dvmconsole/MainWindow.xaml.cs +++ b/dvmconsole/MainWindow.xaml.cs @@ -344,7 +344,7 @@ namespace dvmconsole // iterate through zone channels foreach (var channel in zone.Channels) { - ChannelBox channelBox = new ChannelBox(selectedChannelsManager, audioManager, channel.Name, channel.System, channel.Tgid, true); + ChannelBox channelBox = new ChannelBox(selectedChannelsManager, audioManager, channel.Name, channel.System, channel.Tgid, settingsManager.TogglePTTMode); systemStatuses.Add(channel.Name, new SlotStatus()); if (settingsManager.ChannelPositions.TryGetValue(channel.Name, out var position))