mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
Discord add menu button for clearing activity
This commit is contained in:
@ -61,3 +61,5 @@ module.exports = (win, {activityTimoutEnabled, activityTimoutTime}) => {
|
||||
rpc.login({ clientId }).catch(console.error);
|
||||
});
|
||||
};
|
||||
|
||||
module.exports.clear = () => rpc.clearActivity();
|
||||
|
||||
Reference in New Issue
Block a user