mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-06 18:02:42 +00:00
update description
This commit is contained in:
parent
bb3b8ed310
commit
2e6c19c060
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ extern BOOL hidePreviousAndNextButton();
|
|||
return YES;
|
||||
};
|
||||
|
||||
YTSettingsSectionItem *castConfirm = [[%c(YTSettingsSectionItem) alloc] initWithTitle:@"Confirm alert before casting (YTCastConfirm)" titleDescription:@"Show a confirm alert before casting to prevent accidentally hijacking TV. App restart is required."];
|
||||
YTSettingsSectionItem *castConfirm = [[%c(YTSettingsSectionItem) alloc] initWithTitle:@"Confirm alert before casting (YTCastConfirm)" titleDescription:@"Show a confirm alert before casting to prevent accidentally hijacking TV."];
|
||||
castConfirm.hasSwitch = YES;
|
||||
castConfirm.switchVisible = YES;
|
||||
castConfirm.on = [[NSUserDefaults standardUserDefaults] boolForKey:@"castConfirm_enabled"];
|
||||
|
|
|
|||
Loading…
Reference in a new issue