different style for user-panel button, so you can tell even on mobile
Massimo Melina committed
May 6, 2023 at 16:14 UTC
c51e411ddc0af9f95fd67efa654a2632d1d4e063
1 file changed
+1
frontend/src/menu.ts
+1
@@ -185,6 +185,7 @@ function LoginButton() {
185
const {t} = useI18N()
186
return MenuButton(snap.username ? {
187
id: 'user-button',
188
+ toggled: true,
189
icon: 'user',
190
label: snap.username,
191
onClick: showUserPanel