diff --git a/settings/src/components/appList/appItem.vue b/settings/src/components/appList/appItem.vue index 3b0d7bc726..7a9d3e9c9f 100644 --- a/settings/src/components/appList/appItem.vue +++ b/settings/src/components/appList/appItem.vue @@ -40,7 +40,9 @@
{{ app.version }}
- {{ t('settings', 'Official') }} + + {{ t('settings', 'Official') }} Im Store anzeigen ↗
@@ -65,7 +67,7 @@ - + @@ -131,6 +133,12 @@ return t('settings','Download and enable'); } return t('settings','Enable'); + }, + enableButtonTooltip() { + if (this.app.needsDownload) { + return t('settings','The app will be downloaded from the app store'); + } + return false; } }, watchers: {