Update WhackerLinkLib submodule

pull/1/head
php 1 year ago
parent d2998e2fdb
commit 58c1b2159b

@ -431,9 +431,9 @@ namespace WhackerLinkConsoleV2
Dispatcher.Invoke(() => Dispatcher.Invoke(() =>
{ {
if (channel.IsSelected) if (channel.IsSelected)
Background = new SolidColorBrush(Colors.DodgerBlue); channel.Background = new SolidColorBrush(Colors.DodgerBlue);
else else
Background = new SolidColorBrush(Colors.Gray); channel.Background = new SolidColorBrush(Colors.Gray);
}); });
channel.VoiceChannel = null; channel.VoiceChannel = null;

@ -1 +1 @@
Subproject commit cd06fbf0420060e66557a6d0bfc57e4a9791d283 Subproject commit 4931794b36a2bf03d8958adfc9b96da1ae418437
Loading…
Cancel
Save

Powered by TurnKey Linux.