mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-22 08:06:33 +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 {
|
static shouldShow(): boolean {
|
||||||
const [paused, interval] = Settings.getStatus()
|
const [paused, interval] = Settings.getStatus()
|
||||||
if (paused || interval > 1000) return false
|
if (paused || interval > 1000) return false
|
||||||
if (InputDevicesStatus.areCameraOrMicrophoneActive()) return true
|
if (InputDevicesStatus.areCameraOrMicrophoneActive()) return false
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user