-
Notifications
You must be signed in to change notification settings - Fork 1
Reset display brightness to 0 #15
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I'd appreciate it if dmon also constantly reset the display brightness to 0. Some devices keep bugging me with that.
#import <UIKit/UIKit.h>
int dimDisplayBrightness (void)
{
@autoreleasepool
{
UIScreen *mainScreen = [UIScreen mainScreen];
mainScreen.brightness = 0.0f;
}
return 0;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request