mirror of
https://github.com/grocy/grocy.git
synced 2025-08-19 20:11:16 +00:00
Never show close buttons in modal dialogs, this is not needed
This commit is contained in:
@@ -145,6 +145,7 @@ $(document).on("click", "#barcodescanner-start-button", function(e)
|
||||
},
|
||||
size: 'big',
|
||||
backdrop: true,
|
||||
closeButton: false,
|
||||
buttons: {
|
||||
cancel: {
|
||||
label: __t('Cancel'),
|
||||
|
Reference in New Issue
Block a user