You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes: #1886Closes: #1878
Changelog-Changed: Move mute thread in menu so it's not clicked by accident
Reviewed-by: William Casarin <jb55@jb55.com>
Signed-off-by: William Casarin <jb55@jb55.com>
Label(NSLocalizedString("Broadcast", comment:"Context menu option for broadcasting the user's note to all of the user's connected relay servers."), image:"globe")
118
+
}
119
+
// Mute thread - relocated to below Broadcast, as to move further away from Add Bookmark to prevent accidental muted threads
Label(NSLocalizedString("Broadcast", comment:"Context menu option for broadcasting the user's note to all of the user's connected relay servers."), image:"globe")
131
-
}
132
-
133
132
// Only allow reporting if logged in with private key and the currently viewed profile is not the logged in profile.
134
133
if keypair.pubkey != target_pubkey && keypair.privkey !=nil{
0 commit comments