PneumaticTube icon indicating copy to clipboard operation
PneumaticTube copied to clipboard

Fall back to IE if default browser can't be opened

Open hartez opened this issue 10 years ago • 0 comments

The Dropbox authentication URL is opened using Process.Start(url), which should open the URL in the default browser. But it's possible for this to fail if the default browser configuration is broken (e.g., the registry not getting update if the default browser is uninstalled).

Need to add some error handling around this which falls back to IE if the default browser can't be opened.

hartez avatar Feb 13 '15 16:02 hartez