AudioSwitch
AudioSwitch copied to clipboard
InvalidArgument=Value of '0' is not valid for 'index'

Got this error after on device tab setting up colour and choosing which devices to hide.
Log Entry: 18/12/2015 22:38:02
System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'index'.
Parameter name: index
at System.Windows.Forms.ListView.SelectedListViewItemCollection.get_Item(Int32 index)
at AudioSwitch.Forms.FormSwitcher.<SetTrayIcons>b__29_0(CDevice x)
at System.Collections.Generic.List1.Find(Predicate1 match)
at AudioSwitch.Forms.FormSwitcher.SetTrayIcons()
at AudioSwitch.Forms.FormSwitcher..ctor()
at AudioSwitch.Classes.Program.Main(String[] args)