From ce1a64bc19ffc21e115bdf2587bb053d7a417f3e Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 19 Jun 2023 01:38:40 +0200 Subject: Move to automatic type registration --- resources/qml/ImageButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/qml/ImageButton.qml') diff --git a/resources/qml/ImageButton.qml b/resources/qml/ImageButton.qml index 4115cd0a..e2e1b914 100644 --- a/resources/qml/ImageButton.qml +++ b/resources/qml/ImageButton.qml @@ -31,7 +31,7 @@ AbstractButton { sourceSize.height: button.height sourceSize.width: button.width } - CursorShape { + NhekoCursorShape { id: mouseArea anchors.fill: parent -- cgit 1.4.1