mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
extract analytics class to jslib
This commit is contained in:
@@ -152,6 +152,10 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
||||
// TODO
|
||||
}
|
||||
|
||||
getApplicationVersion(): string {
|
||||
return BrowserApi.getApplicationVersion();
|
||||
}
|
||||
|
||||
private sidebarViewName(): string {
|
||||
if ((window as any).chrome.sidebarAction && this.isFirefox()) {
|
||||
return 'sidebar';
|
||||
|
||||
Reference in New Issue
Block a user