From 771ebccab5384ff58a4e72573cbb24a783d79fed Mon Sep 17 00:00:00 2001 From: Johan Ouwerkerk Date: Wed, 29 Jan 2020 19:40:01 +0100 Subject: [PATCH] Fixup reference error --- src/contents/ui/AccountEntryView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contents/ui/AccountEntryView.qml b/src/contents/ui/AccountEntryView.qml index fab95b5..834cf8c 100644 --- a/src/contents/ui/AccountEntryView.qml +++ b/src/contents/ui/AccountEntryView.qml @@ -108,7 +108,7 @@ Kirigami.SwipeListItem { from: timer.interval / root.interval to: 0 duration: timer.interval - running: model.account && model.account.isTotp && units.longDuration > 1 + running: model.account && model.account.isTotp && Kirigami.Units.longDuration > 1 } } }