Add QR Code base URL setting

This commit is contained in:
Michal Kunc
2024-03-04 00:43:20 +01:00
parent 30ee5b7cae
commit 8c19efa2c4
5 changed files with 46 additions and 5 deletions

View File

@@ -107,7 +107,10 @@
"showSpoolComment": "Spool Comment",
"showFilamentComment": "Filament Comment",
"showVendorComment": "Vendor Comment",
"useHTTPUrl": "Use HTTP(S) link in QR code"
"useHTTPUrl": {
"label": "Use HTTP(S) link in QR code",
"tooltip": "Uses either the base URL specified in settings, or the current page URL if not set."
}
},
"spoolSelect": {
"title": "Select Spools",
@@ -265,6 +268,10 @@
"tab": "General",
"currency": {
"label": "Currency"
},
"qr_code_url": {
"label": "URL for QR codes",
"tooltip": "The base URL to use when generating QR codes. If you can access your Spoolman via multiple URLs, set this to the 'canonical' URL of your Spoolman instance."
}
},
"extra_fields": {