forked from pool/bitwarden
Dominik Heidler
6ca83b2671
I want to submit this package to factory. This needs to be the devel project as it depends on nodejs-electron OBS-URL: https://build.opensuse.org/request/show/1066625 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=1
15 lines
539 B
Diff
15 lines
539 B
Diff
All bug reports should go through the distro maintainers first.
|
|
Replace upstream's bug report link with the openSUSE bugzilla.
|
|
|
|
--- a/apps/desktop/src/main/menu/menu.help.ts
|
|
+++ b/apps/desktop/src/main/menu/menu.help.ts
|
|
@@ -65,7 +65,7 @@
|
|
return {
|
|
id: "fileBugReport",
|
|
label: this.localize("fileBugReport"),
|
|
- click: () => shell.openExternal("https://github.com/bitwarden/clients/issues"),
|
|
+ click: () => shell.openExternal("https://bugzilla.opensuse.org/enter_bug.cgi?classification=openSUSE"),
|
|
};
|
|
}
|
|
|