billsonnn / nitro-react

35 stars 42 forks source link

Respect bubbles not appearing in Nitro #131

Closed NotHazed closed 1 year ago

NotHazed commented 1 year ago

Respect bubbles are not displayed in Nitro for a long time. On my screenshot you can see below the view from the flash client (xx wurde gelobt!) and over there is the Nitro client. There you don't see the respect bubbles.

image

dank074 commented 1 year ago

make sure your ui-config has these options:

"respect.options": {
        "enabled": false,
        "sound": "sound_respect_received"
    },
NotHazed commented 1 year ago

Works now, thank you!