mirror of
https://github.com/heyman/heynote.git
synced 2024-11-21 23:43:22 +01:00
Use correct OS terminology for Tray in settings label
This commit is contained in:
parent
05aba1ac65
commit
46b2ee0522
@ -180,7 +180,12 @@
|
||||
v-model="showInMenu"
|
||||
@change="updateSettings"
|
||||
/>
|
||||
Show system tray
|
||||
<template v-if="isMac">
|
||||
Show in menu bar
|
||||
</template>
|
||||
<template v-else>
|
||||
Show in system tray
|
||||
</template>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user