This commit is contained in:
Nathan Bierema 2024-08-31 16:59:58 -04:00
parent 9f4f94b378
commit cb6a032e25

View File

@ -528,7 +528,7 @@ function disconnect(
} }
} else { } else {
monitors--; monitors--;
if (monitors == 0) toAllTabs({ type: 'STOP' }); if (monitors === 0) toAllTabs({ type: 'STOP' });
} }
}; };
} }