mirror of
https://github.com/grocy/grocy.git
synced 2025-08-24 14:06:44 +00:00
Support camera barcode scanning in recipepicker (references #1562)
This commit is contained in:
@@ -239,7 +239,7 @@ $('#product_id_text_input').on('blur', function(e)
|
||||
}
|
||||
};
|
||||
|
||||
if (!Grocy.FeatureFlags.DISABLE_BROWSER_BARCODE_CAMERA_SCANNING)
|
||||
if (!Grocy.FeatureFlags.GROCY_FEATURE_FLAG_DISABLE_BROWSER_BARCODE_CAMERA_SCANNING)
|
||||
{
|
||||
buttons.retrycamerascanning = {
|
||||
label: '<strong>C</strong> <i class="fas fa-camera"></i>',
|
||||
|
Reference in New Issue
Block a user