changed the button behaviour to calling the toggle function
for applying the setting to both settings page and the drop menu and saving it
This commit is contained in:
parent
ac354a07ab
commit
9bad210c0c
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@
|
|||
<transition name="wpfade">
|
||||
<div class="usermenu-container" v-if="chrome.menuOpened">
|
||||
<div class="usermenu-body">
|
||||
<button class="usermenu-item" @click="chrome.hideUserInfo = !chrome.hideUserInfo">
|
||||
<button class="usermenu-item" @click="toggleHideUserInfo()">
|
||||
<div class="row nopadding">
|
||||
<div class="col nopadding">
|
||||
Show Personal Info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue