(quickfix) Now displays two buttons in IncompatibleDaemonModal. #405

Closed
hackrush01 wants to merge 1 commit from quickfix into master
hackrush01 commented 2017-07-29 21:36:16 +02:00 (Migrated from github.com)

The quit and learn more buttons are now displayed separately. This is helpful in case you just want to quit the app without opening the webpage.

The quit and learn more buttons are now displayed separately. This is helpful in case you just want to quit the app without opening the webpage.
kauffj (Migrated from github.com) reviewed 2017-07-29 23:23:25 +02:00
@ -301,3 +306,4 @@
export function doLaunchDaemonHelp() {
return function(dispatch, getState) {
shell.openExternal("https://lbry.io/faq/incompatible-protocol-version");
remote.app.quit();
kauffj (Migrated from github.com) commented 2017-07-29 23:23:25 +02:00

A function called doLaunchDaemonHelp can't quit the app.

A function called `doLaunchDaemonHelp` can't quit the app.
kauffj commented 2017-07-30 22:30:18 +02:00 (Migrated from github.com)

Discussed on Slack.

Discussed on Slack.

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#405
No description provided.