Shortcut to go to account settings when clicked on profile in sidebar (#782)
I think this shortcut is a good addition to Cider; looks neat and fitting as well. Works seamlessly both, with `Show Personal Info` turned on and off. Thank you!
This commit is contained in:
parent
78bd459447
commit
768d712e10
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
<transition name="wpfade">
|
||||
<div class="usermenu-container" v-if="chrome.menuOpened">
|
||||
<div class="usermenu-body">
|
||||
<button class="app-sidebar-button" style="width:100%">
|
||||
<button class="app-sidebar-button" style="width:100%" @click="appRoute('apple-account-settings')">
|
||||
|
||||
<img class="sidebar-user-icon" loading="lazy"
|
||||
:src="getMediaItemArtwork(chrome.hideUserInfo ? 'http://localhost:9000/assets/logocut.png' : (chrome.userinfo.attributes['artwork'] ? chrome.userinfo.attributes['artwork']['url'] : ''), 26)"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue