You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Settings/TweakSettings.m
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,8 @@ + (NSArray *)sections {
132
132
[SCISetting switchCellWithTitle:@"Unlimited replay of visual messages"subtitle:@"Replays direct visual messages normal/once stories unlimited times (toggle with image check icon)"defaultsKey:@"unlimited_replay"],
133
133
[SCISetting switchCellWithTitle:@"Disable view-once limitations"subtitle:@"Makes view-once messages behave like normal visual messages (loopable/pauseable)"defaultsKey:@"disable_view_once_limitations"],
134
134
[SCISetting switchCellWithTitle:@"Disable screenshot detection"subtitle:@"Removes the screenshot-prevention features for visual messages in DMs"defaultsKey:@"remove_screenshot_alert"],
135
-
[SCISetting switchCellWithTitle:@"Disable story seen receipt"subtitle:@"Hides the notification for others when you view their story"defaultsKey:@"no_seen_receipt"]
135
+
[SCISetting switchCellWithTitle:@"Disable story seen receipt"subtitle:@"Hides the notification for others when you view their story"defaultsKey:@"no_seen_receipt"],
136
+
[SCISetting switchCellWithTitle:@"Disable instants creation"subtitle:@"Hides the functionality to create/send instants"defaultsKey:@"disable_instants_creation"requiresRestart:YES]
0 commit comments