mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-11 15:59:08 +01:00
Fixed tray menu disconnect option for BT connections
This commit is contained in:
parent
c865e3c9b2
commit
a548d57afb
@ -198,7 +198,7 @@ namespace DS4WinWPF.DS4Forms.ViewModels
|
||||
{
|
||||
if (tempDev.ConnectionType == ConnectionType.BT)
|
||||
{
|
||||
tempDev.StopUpdate();
|
||||
//tempDev.StopUpdate();
|
||||
tempDev.DisconnectBT();
|
||||
}
|
||||
else if (tempDev.ConnectionType == ConnectionType.SONYWA)
|
||||
|
Loading…
x
Reference in New Issue
Block a user