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

View File

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