mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2025-09-02 00:40:39 +00:00
i'm dumber than a piece of wood
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user