Dismiss the avatar menu after selecting "Update Signal"
This commit is contained in:
parent
6e5d9f5dd8
commit
2ee15cdfa7
3 changed files with 8 additions and 5 deletions
|
@ -173,13 +173,16 @@ export function MainHeader({
|
|||
title={title}
|
||||
avatarPath={avatarPath}
|
||||
hasPendingUpdate={hasPendingUpdate}
|
||||
startUpdate={startUpdate}
|
||||
// See the comment above about `sharedGroupNames`.
|
||||
sharedGroupNames={[]}
|
||||
onEditProfile={() => {
|
||||
toggleProfileEditor();
|
||||
setShowAvatarPopup(false);
|
||||
}}
|
||||
onStartUpdate={() => {
|
||||
startUpdate();
|
||||
setShowAvatarPopup(false);
|
||||
}}
|
||||
onViewPreferences={() => {
|
||||
showSettings();
|
||||
setShowAvatarPopup(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue