mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 18:26:00 +00:00
More night mode improvements (#1336)
* More night mode improvements * Update grocy_night_mode.css * Update extensions.js * Update grocy_night_mode.css * Update public/css/grocy_night_mode.css
This commit is contained in:
@@ -202,6 +202,7 @@ function QrCodeImgHtml(text)
|
||||
includetext: false
|
||||
});
|
||||
img.src = dummyCanvas.toDataURL("image/png");
|
||||
img.classList.add("qr-code");
|
||||
|
||||
return img.outerHTML;
|
||||
}
|
||||
|
Reference in New Issue
Block a user