We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.2.2
Windows
Windows 11
x64
No response
Hide duration
Hides Github link
Discord Rich presence
In the src/plugins/discord/menu.ts change
{ label: t('plugins.discord.menu.hide-duration-left'), type: 'checkbox', checked: config.hideDurationLeft, click(item: Electron.MenuItem) { setConfig({ hideGitHubButton: item.checked, }); }, },
to
{ label: t('plugins.discord.menu.hide-duration-left'), type: 'checkbox', checked: config.hideDurationLeft, click(item: Electron.MenuItem) { setConfig({ hideDurationLeft: item.checked, }); }, },
The text was updated successfully, but these errors were encountered:
6512f5a
No branches or pull requests
Preflight Checklist
YouTube Music (Application) Version
3.2.2
Checklists
What operating system are you using?
Windows
Operating System Version
Windows 11
What arch are you using?
x64
Last Known Working YouTube Music (Application) version
No response
Reproduction steps
Expected Behavior
Hide duration
Actual Behavior
Hides Github link
Enabled plugins
Discord Rich presence
Additional Information
In the src/plugins/discord/menu.ts change
to
The text was updated successfully, but these errors were encountered: