mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-22 15:14:54 +08:00
merge commit
This commit is contained in:
@@ -839,8 +839,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