add options
This commit is contained in:
parent
8f9cc29661
commit
6508895dcc
|
@ -100,7 +100,7 @@ export class DesktopPlatformUtilsService implements PlatformUtilsService {
|
|||
return true;
|
||||
}
|
||||
|
||||
launchUri(uri: string): void {
|
||||
launchUri(uri: string, options?: any): void {
|
||||
shell.openExternal(uri);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue