fix: address latest claude review findings

This commit is contained in:
2026-02-28 20:07:42 -08:00
parent fd77f8f6a2
commit 55c577e911
7 changed files with 137 additions and 10 deletions

View File

@@ -113,7 +113,7 @@ export function createPrewarmSubtitleDictionariesMainHandler(deps: {
};
const endLoadingOsd = (): void => {
if (!showMpvOsd || !shouldShowOsdNotification()) {
if (!showMpvOsd) {
return;
}