Skip to content

Commit 60cb7f3

Browse files
committed
fix(in-app-menu/i18n): fix hide-dom-window-controls
1 parent 008b3ad commit 60cb7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/in-app-menu/menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const onMenu = async ({
1515
if (is.linux()) {
1616
return [
1717
{
18-
label: t('plugins.in-app-menu.hide-dom-window-controls'),
18+
label: t('plugins.in-app-menu.menu.hide-dom-window-controls'),
1919
type: 'checkbox',
2020
checked: config.hideDOMWindowControls,
2121
click(item) {

0 commit comments

Comments
 (0)