Use correct OS terminology for Tray in settings label

This commit is contained in:
Jonatan Heyman 2024-01-06 03:09:24 +01:00
parent 05aba1ac65
commit 46b2ee0522
1 changed files with 6 additions and 1 deletions

View File

@ -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>