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:
Lukáš Tinkl 2023-02-13 13:49:28 +01:00 committed by Lukáš Tinkl
parent b77033ef1a
commit 32dc26cba7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Item {
QtObject {
id: d
property int expirationTimestamp: 0
property double expirationTimestamp: 0
}
StatusBaseText {