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 --- plugin/src/Caelestia/Internal/hyprextras.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin/src/Caelestia/Internal/hyprextras.hpp') diff --git a/plugin/src/Caelestia/Internal/hyprextras.hpp b/plugin/src/Caelestia/Internal/hyprextras.hpp index ca1b2f2..f1863ed 100644 --- a/plugin/src/Caelestia/Internal/hyprextras.hpp +++ b/plugin/src/Caelestia/Internal/hyprextras.hpp @@ -21,6 +21,8 @@ public: [[nodiscard]] HyprDevices* devices() const; Q_INVOKABLE void message(const QString& message); + Q_INVOKABLE void batchMessage(const QStringList& messages); + Q_INVOKABLE void applyOptions(const QVariantHash& options); Q_INVOKABLE void refreshOptions(); Q_INVOKABLE void refreshDevices(); -- cgit v1.2.3-freya