mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
fix(in-app-menu/i18n): fix hide-dom-window-controls
This commit is contained in:
@ -15,7 +15,7 @@ export const onMenu = async ({
|
||||
if (is.linux()) {
|
||||
return [
|
||||
{
|
||||
label: t('plugins.in-app-menu.hide-dom-window-controls'),
|
||||
label: t('plugins.in-app-menu.menu.hide-dom-window-controls'),
|
||||
type: 'checkbox',
|
||||
checked: config.hideDOMWindowControls,
|
||||
click(item) {
|
||||
|
||||
Reference in New Issue
Block a user