fix(ENS): For a ENS name the wrong release date is shown
`int` is not enough for a timestamp Fixes #9381
This commit is contained in:
parent
b77033ef1a
commit
32dc26cba7
|
@ -26,7 +26,7 @@ Item {
|
||||||
QtObject {
|
QtObject {
|
||||||
id: d
|
id: d
|
||||||
|
|
||||||
property int expirationTimestamp: 0
|
property double expirationTimestamp: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
StatusBaseText {
|
StatusBaseText {
|
||||||
|
|
Loading…
Reference in New Issue