Fix ColourOptionsController2 Reset Button

This commit is contained in:
arichornlover 2024-01-16 23:48:47 -06:00 committed by GitHub
parent e926075904
commit 91905d2151
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,7 @@
}
- (void)reset {
[[NSUserDefaults standardUserDefaults] removeObjectForKey:@"kCustomThemeColor"];
[[NSUserDefaults standardUserDefaults] removeObjectForKey:@"kCustomUIColor"];
[[NSUserDefaults standardUserDefaults] synchronize];
}