mirror of
https://github.com/hholtmann/smcFanControl.git
synced 2025-11-04 19:49:16 +01:00
On Apple Silicon set the fan to Auto before sleeping. systemDidWakeFromSleep will set the previous selection on wake
This commit is contained in:
@ -30,6 +30,7 @@
|
||||
int machine_num;
|
||||
}
|
||||
|
||||
+ (BOOL)isAppleSilicon;
|
||||
+ (NSString *)computerModel;
|
||||
- (instancetype)init:(NSString*)p_machine ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user