mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-21 02:52:05 +00:00
Update Settings.xm
This commit is contained in:
parent
c5b46308da
commit
7fe04c0d01
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enable) { \
|
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enable) { \
|
||||||
code \
|
code \
|
||||||
} \
|
} \
|
||||||
settingItemId:0]]
|
settingItemId:0]
|
||||||
|
|
||||||
static BOOL IsEnabled(NSString *key) {
|
static BOOL IsEnabled(NSString *key) {
|
||||||
return [[NSUserDefaults standardUserDefaults] boolForKey:key];
|
return [[NSUserDefaults standardUserDefaults] boolForKey:key];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue