fix: address claude review feedback on overlay refactor

This commit is contained in:
2026-02-26 18:47:51 -08:00
parent 75442a4648
commit a03388a38f
28 changed files with 95 additions and 197 deletions

View File

@@ -474,7 +474,7 @@ export class MpvIpcClient implements MpvClient {
setSubVisibility(visible: boolean): void {
this.send({
command: ['set_property', 'sub-visibility', visible ? 'yes' : 'no'],
command: ['set_property', 'sub-visibility', visible],
});
}