Never show close buttons in modal dialogs, this is not needed

This commit is contained in:
Bernd Bestel
2019-09-24 10:24:47 +02:00
parent e727a38071
commit 3b29110500
24 changed files with 33 additions and 3 deletions

View File

@@ -145,6 +145,7 @@ $(document).on("click", "#barcodescanner-start-button", function(e)
},
size: 'big',
backdrop: true,
closeButton: false,
buttons: {
cancel: {
label: __t('Cancel'),