We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0725094 commit c3b87eeCopy full SHA for c3b87ee
SoundSwitch/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@
31
// You can specify all the values or you can default the Build and Revision Numbers
32
// by using the '*' as shown below:
33
// [assembly: AssemblyVersion("1.0.*")]
34
-[assembly: AssemblyVersion("3.0.0.*")]
35
-[assembly: AssemblyFileVersion("3.0.0")]
+[assembly: AssemblyVersion("3.0.1")]
+[assembly: AssemblyFileVersion("3.0.1")]
SoundSwitch/Util/TrayIcon.cs
@@ -93,6 +93,8 @@ private void SetEventHandlers()
93
{
94
if (@event.Type != WindowsEventNotifier.EventType.DeviceChange)
95
return;
96
+ if (!_selectionMenu.IsHandleCreated)
97
+ return;
98
try
99
100
_selectionMenu.Invoke(new Action(() => { SetDeviceList(_main.AvailableAudioDevices); }));
0 commit comments