mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 09:19:18 +01:00
Fixed lock recursion issue with tray icon view model
This commit is contained in:
parent
ee34544f6f
commit
63dfd8e194
@ -308,10 +308,11 @@ namespace DS4WinWPF.DS4Forms.ViewModels
|
||||
{
|
||||
controllerList.RemoveAt(idx);
|
||||
RemoveDeviceEvents(currentDev);
|
||||
PopulateToolText();
|
||||
}
|
||||
|
||||
_colLocker.ExitWriteLock();
|
||||
|
||||
PopulateToolText();
|
||||
}
|
||||
|
||||
private void HookEvents(object sender, EventArgs e)
|
||||
|
Loading…
Reference in New Issue
Block a user