L1nkZ / rpatchur

A customizable, cross-platform patcher for Ragnarok Online clients.
https://l1nkz.github.io/rpatchur/
Apache License 2.0
50 stars 34 forks source link

Open URL to default browser from patcher #29

Closed javirst closed 3 years ago

javirst commented 3 years ago

I think patcher should able to open a url in default browser. This is pretty basic feature, some may need.

external.invoke(JSON.stringify({
  function: 'open_url',
  url: 'https://ratemyserver.net'
}))
L1nkZ commented 3 years ago

Hi,

Yes indeed, I didn't think of it but some people might want to do that. I'll merge your PR.