mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
add options
This commit is contained in:
parent
8f9cc29661
commit
6508895dcc
@ -100,7 +100,7 @@ export class DesktopPlatformUtilsService implements PlatformUtilsService {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
launchUri(uri: string): void {
|
launchUri(uri: string, options?: any): void {
|
||||||
shell.openExternal(uri);
|
shell.openExternal(uri);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user