mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Control UI visibility in ProfileEditor
This commit is contained in:
@@ -44,6 +44,9 @@ export default {
|
||||
usernameLinkCorrupted: {
|
||||
control: 'boolean',
|
||||
},
|
||||
isUsernameDeletionEnabled: {
|
||||
control: 'boolean',
|
||||
},
|
||||
},
|
||||
args: {
|
||||
aboutEmoji: '',
|
||||
@@ -60,6 +63,7 @@ export default {
|
||||
usernameLinkColor: Proto.AccountRecord.UsernameLink.Color.PURPLE,
|
||||
usernameEditState: UsernameEditState.Editing,
|
||||
usernameLinkState: UsernameLinkState.Ready,
|
||||
isUsernameDeletionEnabled: true,
|
||||
|
||||
recentEmojis: [],
|
||||
skinTone: 0,
|
||||
|
||||
Reference in New Issue
Block a user