From 0771aad11e5302f8829f1e5490bd936963606519 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:14:04 +1000 Subject: lock: add fetch + refactor os info --- modules/lock/Content.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/lock/Content.qml') diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml index f74f2d9..3ee9dd8 100644 --- a/modules/lock/Content.qml +++ b/modules/lock/Content.qml @@ -39,6 +39,8 @@ RowLayout { radius: Appearance.rounding.small color: Colours.tPalette.m3surfaceContainer + + Fetch {} } StyledClippingRect { -- cgit v1.2.3-freya