changed the button behaviour from swiching 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
90634b52b2
commit
1c65e508bc
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,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