We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab0431 commit a0538c9Copy full SHA for a0538c9
‎src/generic/main.ts
@@ -28,8 +28,8 @@ bambloo.onMessage.addListener(msg => {
28
presence.assets = {
29
large_image: getFaviconUrl()
30
}
31
- presence.state = document.title
32
- presence.details = getPageDescription() ?? `Browsing at ${window.location.origin}`
+ presence.details = document.title
+ presence.state = getPageDescription() || `Browsing at ${window.location.origin}`
33
34
bambloo.update(presence)
35
})
0 commit comments