mirror of
https://github.com/axllent/mailpit.git
synced 2026-06-27 22:46:09 +00:00
Update AppAbout.vue: Enhance version notification display for stable and development builds
This commit is contained in:
@@ -132,8 +132,13 @@ export default {
|
||||
mailbox.appInfo.LatestVersion
|
||||
"
|
||||
>
|
||||
A new version of Mailpit ({{ mailbox.appInfo.LatestVersion }}) is
|
||||
available.
|
||||
<template v-if="isEdgeBuild || mailbox.appInfo.Version == 'dev'">
|
||||
Latest stable Mailpit ({{ mailbox.appInfo.LatestVersion }}) release
|
||||
</template>
|
||||
<template v-else>
|
||||
A new version of Mailpit ({{ mailbox.appInfo.LatestVersion }}) is
|
||||
available
|
||||
</template>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user