Skip to content

Commit

Permalink
try to fix developer link
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
szaimen committed Mar 3, 2022
1 parent 9034058 commit 04cb12e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions apps/settings/src/views/Apps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,9 @@
:title="cat.displayName" />
</template>

<AppNavigationItem
id="app-developer-docs"
href="settings.developerDocumentation"
:title="t('settings', 'Developer documentation') + ''" />
<AppNavigationItem id="app-developer-docs"
:title="t('settings', 'Developer documentation') + ''"
@click="openDeveloperDocumentation" />
</template>
</AppNavigation>

Expand Down Expand Up @@ -308,6 +307,9 @@ export default {
params: { category: this.category },
})
},
openDeveloperDocumentation() {
window.open(this.settings.developerDocumentation)
},
},
}
</script>
Expand Down

0 comments on commit 04cb12e

Please sign in to comment.