diff options
Diffstat (limited to 'plugin/src/Caelestia/Internal/hyprextras.hpp')
| -rw-r--r-- | plugin/src/Caelestia/Internal/hyprextras.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |