Merge pull request #545 from Yrlish/close_app_dialog

Added the option to close the 'get app' dialog
This commit is contained in:
Michael Townsend
2017-05-01 10:11:56 -04:00
committed by GitHub
+4
View File
@@ -423,6 +423,10 @@
onChoose: function() {
window.open('https://play.google.com/store/apps/details?id=com.yourcompany.adarkroom');
}
},
'close': {
text: _('close'),
nextScene: 'end'
}
}
}