Update WhackerLinkLib submodule

pull/1/head
firealarmss 1 year ago
parent 27b4844987
commit 1d70c63bcd

@ -614,7 +614,6 @@ namespace WhackerLinkConsoleV2
}
}
private void SelectWidgets_Click(object sender, RoutedEventArgs e)
{
WidgetSelectionWindow widgetSelectionWindow = new WidgetSelectionWindow();
@ -705,10 +704,14 @@ namespace WhackerLinkConsoleV2
if (channel.PttState && response.Status == (int)ResponseType.GRANT && response.Channel != null && response.SrcId == system.Rid && response.DstId == cpgChannel.Tgid)
{
MessageBox.Show($"here1");
channel.VoiceChannel = response.Channel;
_stopSending = false;
} else if (response.Status == (int)ResponseType.GRANT && response.SrcId != system.Rid && response.DstId == cpgChannel.Tgid)
{
MessageBox.Show($"here2");
channel.VoiceChannel = response.Channel;
channel.LastSrcId = "Last SRC: " + response.SrcId;
Dispatcher.Invoke(() =>
@ -717,10 +720,14 @@ namespace WhackerLinkConsoleV2
});
} else if (channel.PageState && response.Status == (int)ResponseType.GRANT && response.Channel != null && response.SrcId == system.Rid && response.DstId == cpgChannel.Tgid)
{
MessageBox.Show($"here3");
channel.VoiceChannel = response.Channel;
}
else
{
MessageBox.Show($"here4");
Dispatcher.Invoke(() =>
{
if (channel.IsSelected)

@ -1 +1 @@
Subproject commit bdddfadb8e060c8337c66ba10b1abebb60ff7ab8
Subproject commit f9d58618c5e774c5dea80434082a50fb96b5b8e8
Loading…
Cancel
Save

Powered by TurnKey Linux.