Skip to content

Hide Night Light on unsupported hardware - #283

Open
lenemter wants to merge 1 commit into
mainfrom
lenemter/hide-nightlight-on-unsupported-hardware
Open

Hide Night Light on unsupported hardware#283
lenemter wants to merge 1 commit into
mainfrom
lenemter/hide-nightlight-on-unsupported-hardware

Conversation

@lenemter

Copy link
Copy Markdown
Member

Fixes #115

@lenemter
lenemter requested a review from a team August 30, 2026 11:44
@danirabbit danirabbit added this to OS 9 Aug 30, 2026
@danirabbit danirabbit moved this to Needs Review in OS 9 Aug 30, 2026
Comment thread src/MainWindow.vala
}

if (!("night-light" in viewed)) {
if (!("night-light" in viewed || !night_light_supported)) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't you want to only show the night light if the hasn't been viewed and there is hardware support?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Needs Review

Development

Successfully merging this pull request may close these issues.

Hide Night Light on unsupported hardware

3 participants