2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Display barcode text near qrcode (#7553)

* Add setting to add texts to modals

* Adjust style

* adjust icon
This commit is contained in:
Matthias Mair
2024-07-04 00:46:45 +02:00
committed by GitHub
parent b15eb35273
commit 62790cddc0
4 changed files with 15 additions and 2 deletions

View File

@ -97,7 +97,8 @@ export default function SystemSettings() {
keys={[
'BARCODE_ENABLE',
'BARCODE_INPUT_DELAY',
'BARCODE_WEBCAM_SUPPORT'
'BARCODE_WEBCAM_SUPPORT',
'BARCODE_SHOW_TEXT'
]}
/>
)