diff --git a/src/main.js b/src/main.js index b0053253..339c7844 100644 --- a/src/main.js +++ b/src/main.js @@ -32,7 +32,7 @@ Vue.prototype.$showError = function (error) { timeout: null, buttons: [ Noty.button(i18n.t('buttons.reportIssue'), '', function () { - window.open('https://github.com/filebrowser/filebrowser/issues/new') + window.open('https://github.com/filebrowser/filebrowser/issues/new/choose') }), Noty.button(i18n.t('buttons.close'), '', function () { n.close()