Add support for several BackupAlert sheet primary actions.

This commit is contained in:
Alex Hart
2024-07-26 16:21:40 -03:00
committed by Nicholas Tinsley
parent 1a7611d505
commit 1d0997379f
2 changed files with 10 additions and 7 deletions

View File

@@ -7,5 +7,5 @@ data class ChatsSettingsState(
val useSystemEmoji: Boolean,
val enterKeySends: Boolean,
val localBackupsEnabled: Boolean,
val canAccessRemoteBackupsSettings: Boolean,
val canAccessRemoteBackupsSettings: Boolean
)