Update browser and nav bar title on language change (#275)

This commit is contained in:
schroda
2023-03-29 00:44:03 +03:30
committed by GitHub
parent 92506ccf78
commit b1dc13cd30
15 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ const DownloadQueue: React.FC = () => {
useEffect(() => {
setTitle(t('download.queue.title'));
setAction(null);
}, []);
}, [t]);
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const onDragEnd = (result: DropResult) => {};