Added the option to close the 'get app' dialog

This commit is contained in:
Dennis
2017-04-30 10:57:31 +02:00
parent 90011d652b
commit 84336b06a3
+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'
}
}
}