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 authored and skjnldsv committed Mar 1, 2022
1 parent ae8a470 commit ec2462d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions apps/settings/src/views/Apps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
</template>

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

Expand Down Expand Up @@ -302,6 +302,9 @@ export default {
params: { category: this.category },
})
},
openDeveloperDocumentation() {
window.open(this.settings.developerDocumentation)
},
},
}
</script>
Expand Down
4 changes: 2 additions & 2 deletions dist/settings-apps-view-418.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-apps-view-418.js.map

Large diffs are not rendered by default.

0 comments on commit ec2462d

Please sign in to comment.