Release v1.4.39 with Multi Debrid Downloader title format
Build and Release / build (push) Has been cancelled

This commit is contained in:
Sucukdeluxe
2026-03-01 02:25:17 +01:00
parent 310f4dc58a
commit 474ff8cd26
5 changed files with 8 additions and 4 deletions
+4
View File
@@ -258,6 +258,10 @@ export function App(): ReactElement {
importQueueFocusHandlerRef.current = null;
}, []);
useEffect(() => {
document.title = `Multi Debrid Downloader${appVersion ? ` - v${appVersion}` : ""}`;
}, [appVersion]);
useEffect(() => {
let unsubscribe: (() => void) | null = null;
let unsubClipboard: (() => void) | null = null;