Add MuteOnSleep to Plugin Store#1015
Conversation
Issues FoundNo issues with your PR description were found. Next Steps
Thank you for your contribution! If you need any help, please reach out on our Discord server. ❤️ |
beebls
left a comment
There was a problem hiding this comment.
LGTM, to testing store now
|
One thing to note, you will need to update your plugin's license to either BSD-3 or a compatible license because that is the license of the plugin template itself, which you will have had to had used in order to create a plugin. I'll let the plugin go to testing store now, but you will need to change the license before we can fully release it. |
|
Looks like requests are failing because you don't have an image in your plugin.json, please add this (you can refer to other plugins for examples on what they should look like) |
|
Your LICENSE is incorrect. Please see the license of the plugin template repo and replace "Hypothetical Plugin Developer" and its year with your own information if you wish to use BSD-3. Crediting Steam Deck Homebrew is mandatory. |
Plugin Testing ReportInstalled Plugins
Specifications
IssuesHas the following major blocking issue(s):
Has the following minor non-blocking issue(s): None SummaryInstalled from the testing store. Plugin does not load — shows "Plugin_export.default is not a function" error immediately. Could not test any features. |
Automatically mutes your Steam Deck's audio right before it goes to sleep, so you don't get blasted with sound when you wake it up in public. Uses a toggle in the Quick Access Menu to enable/disable. Hooks into the Steam client's
SuspendResumeStorevia MobX to detect suspension, then callspactlto mute and set volume to 0%.Task Checklist
Developer
Plugin
Backend