Skip to content

Commit

Permalink
Rename key
Browse files Browse the repository at this point in the history
  • Loading branch information
therealFoxster committed Jan 27, 2024
1 parent 8b5814e commit e1591c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/uYouPlusSettings.xm
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ extern NSBundle *uYouPlusBundle();
# pragma mark - Miscellaneous
SECTION_HEADER(LOC(@"MISCELLANEOUS"));

SWITCH_ITEM2(LOC(@"HIDE_UYOU"), nil, @"hideUYouTab");
SWITCH_ITEM2(LOC(@"HIDE_UYOU"), nil, @"hideUYouTab_enabled");
SWITCH_ITEM(LOC(@"CAST_CONFIRM"), LOC(@"CAST_CONFIRM_DESC"), @"castConfirm_enabled");
SWITCH_ITEM(LOC(@"DISABLE_HINTS"), LOC(@"DISABLE_HINTS_DESC"), @"disableHints_enabled");
SWITCH_ITEM(LOC(@"ENABLE_YT_STARTUP_ANIMATION"), LOC(@"ENABLE_YT_STARTUP_ANIMATION_DESC"), @"ytStartupAnimation_enabled");
Expand Down

0 comments on commit e1591c2

Please sign in to comment.