disable osu integrated rpc when launcher has active rpc

This commit is contained in:
2024-01-22 16:25:29 +01:00
parent 779ff0c009
commit 75d444b1d5
2 changed files with 4 additions and 0 deletions

View File

@@ -60,4 +60,5 @@ module.exports = {
richPresence.setActivity(currentStatus);
}
},
hasPresence: () => richPresence != undefined,
};