Update Settings.xm

This commit is contained in:
arichornlover 2024-07-10 03:31:01 -05:00 committed by GitHub
parent c5b46308da
commit 7fe04c0d01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enable) { \
code \
} \
settingItemId:0]]
settingItemId:0]
static BOOL IsEnabled(NSString *key) {
return [[NSUserDefaults standardUserDefaults] boolForKey:key];