diff --git a/BetterJoyForCemu/Joycon.cs b/BetterJoyForCemu/Joycon.cs index 1a0071f..afb2d47 100644 --- a/BetterJoyForCemu/Joycon.cs +++ b/BetterJoyForCemu/Joycon.cs @@ -499,7 +499,7 @@ namespace BetterJoyForCemu { } } - if (battery <= 1) { + if (battery <= 1 && !isUSB) { form.notifyIcon.Visible = true; form.notifyIcon.BalloonTipText = String.Format("Controller {0} ({1}) - low battery notification!", PadId, isPro ? "Pro Controller" : (isSnes ? "SNES Controller" : (isLeft ? "Joycon Left" : "Joycon Right"))); form.notifyIcon.ShowBalloonTip(0);