feat(schema): add an opt-out setting for the mobile splash zoom animation (#1619)

This commit is contained in:
Hampus
2026-08-15 13:13:44 +02:00
committed by GitHub
parent e956e6fb4a
commit e2d7460f14
2 changed files with 7 additions and 1 deletions
@@ -77,6 +77,7 @@ message AccessibilitySettings {
optional bool scroll_to_bottom_on_message_send = 61;
optional bool dim_strikethrough_text = 62;
optional bool sequential_file_send = 63;
optional bool mobile_splash_zoom_animation = 64;
}
message AccessibilityOverrides {
File diff suppressed because one or more lines are too long