Compare commits
40
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2069e3de8b | ||
|
|
800be6042f | ||
|
|
c65d373f23 | ||
|
|
087e095bcf | ||
|
|
027a161494 | ||
|
|
83ef05696e | ||
|
|
42962308e6 | ||
|
|
783ee256a1 | ||
|
|
4e805fd00e | ||
|
|
f54824cc44 | ||
|
|
768d2cbe2a | ||
|
|
efd36d0221 | ||
|
|
4684939e13 | ||
|
|
193ee20da4 | ||
|
|
2fe7ab4f83 | ||
|
|
10c8ca4ca1 | ||
|
|
f079762b71 | ||
|
|
2e042d2597 | ||
|
|
49b57c9f0b | ||
|
|
656c6cac5b | ||
|
|
45e773b66f | ||
|
|
f692ac6f12 | ||
|
|
78202a027b | ||
|
|
28fa0906a6 | ||
|
|
91354f8be4 | ||
|
|
5f5d45e89f | ||
|
|
52bb125a25 | ||
|
|
2ca1ed897c | ||
|
|
631f4e8455 | ||
|
|
b22f88b264 | ||
|
|
c08bc02930 | ||
|
|
e020a7c5a0 | ||
|
|
d2e8914835 | ||
|
|
5e79ca35ab | ||
|
|
4690d178a2 | ||
|
|
c5825aa4c3 | ||
|
|
ebe0c4e3c3 | ||
|
|
383bdb6312 | ||
|
|
a947686d79 | ||
|
|
28e9d32b44 |
+1
-1
File diff suppressed because one or more lines are too long
@@ -24,10 +24,6 @@ window.app.component('lnbits-qrcode', {
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
newTab: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
margin: {
|
||||
type: Number,
|
||||
default: 3
|
||||
@@ -84,13 +80,10 @@ window.app.component('lnbits-qrcode', {
|
||||
printWindow.close()
|
||||
},
|
||||
clickQrCode(event) {
|
||||
event.preventDefault()
|
||||
event.stopPropagation()
|
||||
if (this.href === '') {
|
||||
this.utils.copyText(this.value)
|
||||
return false
|
||||
} else if (this.href) {
|
||||
window.open(this.href, this.newTab ? '_blank' : '_self')
|
||||
event.preventDefault()
|
||||
event.stopPropagation()
|
||||
return false
|
||||
}
|
||||
},
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "lnbits"
|
||||
version = "1.5.0"
|
||||
version = "1.5.0-rc2"
|
||||
requires-python = ">=3.10,<3.13"
|
||||
description = "LNbits, free and open-source Lightning wallet and accounts system."
|
||||
authors = [{ name = "Alan Bits", email = "alan@lnbits.com" }]
|
||||
|
||||
Reference in New Issue
Block a user