0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 05:12:57 -05:00
This commit is contained in:
dragongoose 2024-01-01 13:32:35 -05:00
parent 4b7c6110a2
commit bb1504117e
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -67,7 +67,7 @@ export default {
truncate,
abbreviate,
handlePlayerTimeUpdate(time: number) {
if (!getSetting('chatVisible')) return
if (getSetting('chatVisible')) return
const chat = this.$refs.chat as ChatComponent
this.time = time
chat.updateVodComments(time)