aboutsummaryrefslogtreecommitdiffstats
path: root/src/I18n.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/I18n.tsx')
-rw-r--r--src/I18n.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/I18n.tsx b/src/I18n.tsx
index f5e157d97..1be6ab23d 100644
--- a/src/I18n.tsx
+++ b/src/I18n.tsx
@@ -17,7 +17,7 @@ type Props = {
17}; 17};
18 18
19class I18N extends Component<Props> { 19class I18N extends Component<Props> {
20 componentDidUpdate() { 20 componentDidUpdate(): void {
21 window['ferdium'].menu.rebuild(); 21 window['ferdium'].menu.rebuild();
22 } 22 }
23 23