Stephen Radford
Stephen Radford
Good call, I think this would be good from the list view too
Link is done. Need to implement location.
Add a navigation bar to all tabs inside the container just like in iOS.
Hi @mensoh, Could you confirm the bulb/controller you're using, the mode you have set (e.g. RGBWW). Dimming will attempt to keep the same colour, however it sounds like you may...
@rggvn @DanBennettUK the rgb(183,183,183) will be set by a mix of all LEDs and not just pure white. The 253,253,253 is likely caused by having to convert the RGB value...
@rggvn No need 😊 All LED strips are wired in that way from what I can tell.
If it's only happening after sleep/wake it's likely the `KeyListener` not working correctly. This is the method that activates the listeners https://github.com/steve228uk/QBlocker/blob/master/QBlocker/KeyListener.swift#L173 We're currently activating it in the `didFinishLaunching` delegate...
Does the app quit or only the current app that has the menubar?
And expected behaviour is that it should be blocked by QBlocker?
I'm not sure it's possible to detect that an app will serve a window when quitting but I'll look into it.