mirror of
https://github.com/heyman/heynote.git
synced 2024-11-22 07:54:11 +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"
|
v-model="showInMenu"
|
||||||
@change="updateSettings"
|
@change="updateSettings"
|
||||||
/>
|
/>
|
||||||
Show system tray
|
<template v-if="isMac">
|
||||||
|
Show in menu bar
|
||||||
|
</template>
|
||||||
|
<template v-else>
|
||||||
|
Show in system tray
|
||||||
|
</template>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user