mirror of
https://github.com/faroukbmiled/RyukGram.git
synced 2026-06-01 05:01:35 +02:00
feat: Per-user story seen-receipt exclusions
feat: Story seen button mode (button / toggle) feat: Long-press menu on the story seen button (mark seen, exclude, settings) feat: Auto mark-seen on exclude for both stories and DM chats imp: Cleaner exclusion menu wording across stories and DMs imp: Tweak settings now update in real time for exclude ui imp: Ability to batch select in both stories and messages exclude UI
This commit is contained in:
@@ -121,6 +121,7 @@
|
||||
// Open settings and push straight into a named top-level entry (e.g. "Messages").
|
||||
+ (void)showSettingsVC:(UIWindow *)window atTopLevelEntry:(NSString *)entryTitle {
|
||||
UIViewController *rootController = [window rootViewController];
|
||||
while (rootController.presentedViewController) rootController = rootController.presentedViewController;
|
||||
SCISettingsViewController *root = [SCISettingsViewController new];
|
||||
UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:root];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user