mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-21 23:56:28 +00:00
i'm dumber than a piece of wood
This commit is contained in:
parent
893c0fcc5c
commit
dc03c1b1ce
@ -23,7 +23,7 @@ export default class Banner {
|
||||
static shouldShow(): boolean {
|
||||
const [paused, interval] = Settings.getStatus()
|
||||
if (paused || interval > 1000) return false
|
||||
if (InputDevicesStatus.areCameraOrMicrophoneActive()) return true
|
||||
if (InputDevicesStatus.areCameraOrMicrophoneActive()) return false
|
||||
return true
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user