Update uYouPlusSettings.xm

This commit is contained in:
arichornlover 2024-06-09 13:24:35 -05:00 committed by GitHub
parent 0eed3608ce
commit 378bc63a59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -487,8 +487,9 @@ extern NSBundle *uYouPlusBundle();
[settingsViewController reloadData];
SHOW_RELAUNCH_YT_SNACKBAR;
return YES;
}
}
});
})
);
SWITCH_ITEM2(LOC(@"HIDE_SUGGESTED_VIDEO"), LOC(@"HIDE_SUGGESTED_VIDEO_DESC"), @"noSuggestedVideo_enabled");
SWITCH_ITEM2(LOC(@"HIDE_HEATWAVES_BAR"), LOC(@"HIDE_HEATWAVES_BAR_DESC"), @"hideHeatwaves_enabled");