From f0ca30692ddb70fc32e8545c07e02ed5539dc92a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 25 Sep 2025 00:40:55 +1000 Subject: plugin/hypr: add more helpers Also refresh options on dynamic option application --- modules/bar/popouts/KbLayout.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bar/popouts') diff --git a/modules/bar/popouts/KbLayout.qml b/modules/bar/popouts/KbLayout.qml index 4ecea9e..ace5af2 100644 --- a/modules/bar/popouts/KbLayout.qml +++ b/modules/bar/popouts/KbLayout.qml @@ -23,6 +23,6 @@ ColumnLayout { Layout.fillWidth: true text: qsTr("Switch layout") - onClicked: Hypr.message("switchxkblayout all next") + onClicked: Hypr.extras.message("switchxkblayout all next") } } -- cgit v1.2.3-freya