enable sounds by default for existing clients

This commit is contained in:
woodser 2024-10-10 09:13:00 -04:00 committed by GitHub
parent a4223a6aab
commit 264741152a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 0 deletions

View file

@ -1741,6 +1741,7 @@ message PreferencesPayload {
string sell_screen_crypto_currency_code = 61;
bool split_offer_output = 62;
bool use_sound_for_notifications = 63;
bool use_sound_for_notifications_initialized = 64;
}
message AutoConfirmSettings {