mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 15:26:17 -04:00
merge commit
This commit is contained in:
parent
b6238b05ae
commit
80dc36c00a
9 changed files with 92 additions and 17 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue