mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-22 08:42:14 +00:00
increase QR-Code size as requested in #43 and fix overflow issues on iOS
This commit is contained in:
@@ -840,8 +840,8 @@ class PairDeviceDialog extends Dialog {
|
||||
// Display the QR code for the url
|
||||
const qr = new QRCode({
|
||||
content: this._getShareRoomURL(),
|
||||
width: 80,
|
||||
height: 80,
|
||||
width: 150,
|
||||
height: 150,
|
||||
padding: 0,
|
||||
background: "transparent",
|
||||
color: getComputedStyle(document.body).getPropertyValue('--text-color'),
|
||||
|
||||
Reference in New Issue
Block a user