adding block statements to if

This commit is contained in:
agracio
2025-11-12 20:20:13 +00:00
parent 816e9c0fe9
commit 6fa65aa149
2 changed files with 8 additions and 0 deletions

View File

@@ -63,7 +63,9 @@ namespace ElectronNET.API
_onDisplayMetricsChanged -= value;
if (_onDisplayMetricsChanged == null)
{
BridgeConnector.Socket.Off("screen-display-metrics-changed" + GetHashCode());
}
}
}