r-thomson / Nightfall

A macOS menu bar utility for quickly toggling dark mode, written in Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why does the app require screen recording permission on launch?

artsmolin opened this issue · comments

Screen recording permissions are required to capture a screenshot when you switch between light and dark mode. This is used to create the smooth transition effect. Screen recording permissions will not be required if you disable the smooth transition.

The app should only request permission when you first switch between light and dark mode, not when Nightfall is initially launched.