Skip to content

Commit

Permalink
Merge pull request #929 from subutai-io/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
crioto authored May 3, 2018
2 parents 0e5601b + 3bddefd commit 605c083
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hub/src/HubController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ void CHubController::launch_browser(const QString &url) {
if (CCommons::IsApplicationLaunchable(chrome_path)) {
QStringList args;
args << "--new-window";
args << url;
args << url
<< "--profile-directory=Default";
if (!QProcess::startDetached(chrome_path, args)) {
QString err_msg = tr("Launch bazaar website with google chrome failed");
CNotificationObserver::Error(err_msg, DlgNotification::N_NO_ACTION);
Expand Down

0 comments on commit 605c083

Please sign in to comment.