mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-16 10:35:31 +01:00
added opera url for rating
This commit is contained in:
parent
4440336aad
commit
12c02404f7
@ -162,7 +162,10 @@
|
||||
chrome.tabs.create({ url: 'https://microsoft.com' });
|
||||
break;
|
||||
case 'opera':
|
||||
chrome.tabs.create({ url: 'https://opera.com' });
|
||||
chrome.tabs.create({
|
||||
url: 'https://addons.opera.com/en/extensions/details/'
|
||||
+ 'bitwarden-free-password-manager/#feedback-container'
|
||||
});
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user