diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-26 15:55:13 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-26 15:55:13 +1000 |
| commit | f2de6e72d561430d255ce8449e760263222f3e53 (patch) | |
| tree | 05f829bba431517057ee7cc122df7074d31b6d82 | |
| parent | launcher: fix wallpaper preview exit (diff) | |
| download | caelestia-shell-f2de6e72d561430d255ce8449e760263222f3e53.tar.gz caelestia-shell-f2de6e72d561430d255ce8449e760263222f3e53.tar.bz2 caelestia-shell-f2de6e72d561430d255ce8449e760263222f3e53.zip | |
lock: fix buttons
| -rw-r--r-- | modules/lock/Buttons.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/lock/Buttons.qml b/modules/lock/Buttons.qml index ef7af37..0d2ce54 100644 --- a/modules/lock/Buttons.qml +++ b/modules/lock/Buttons.qml @@ -1,6 +1,7 @@ import "root:/widgets" import "root:/services" import "root:/config" +import Quickshell import Quickshell.Widgets import QtQuick import QtQuick.Layouts |