From 0857ecd6f82c1e216cb35d5474c24497c5e3da85 Mon Sep 17 00:00:00 2001 From: pwlin Date: Mon, 19 Oct 2015 12:23:58 +0200 Subject: [PATCH] Manually merging #32 --- src/windows/fileOpener2Proxy.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/windows/fileOpener2Proxy.js b/src/windows/fileOpener2Proxy.js index ce13e32..57ca558 100644 --- a/src/windows/fileOpener2Proxy.js +++ b/src/windows/fileOpener2Proxy.js @@ -44,9 +44,8 @@ var getFile = getFileLoaderForScheme(path); getFile(path).then(function (file) { - var options = new Windows.System.LauncherOptions(); - options.displayApplicationPicker = true; - + var options = new Windows.System.LauncherOptions(); + Windows.System.Launcher.launchFileAsync(file, options).then(function (success) { if (success) { successCallback();