diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-13 15:54:01 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-13 15:54:01 +1000 |
| commit | c2aa63b99abb6d1388f0e4f5e64a20ee24dd7551 (patch) | |
| tree | e9b146773dda02d0ec20a299469b2ddd839ae870 /components | |
| parent | plugin/managers: add CircularIndicatorManager (diff) | |
| download | caelestia-shell-c2aa63b99abb6d1388f0e4f5e64a20ee24dd7551.tar.gz caelestia-shell-c2aa63b99abb6d1388f0e4f5e64a20ee24dd7551.tar.bz2 caelestia-shell-c2aa63b99abb6d1388f0e4f5e64a20ee24dd7551.zip | |
plugin: managers -> internal
Diffstat (limited to 'components')
| -rw-r--r-- | components/controls/CircularIndicator.qml | 2 | ||||
| -rw-r--r-- | components/images/CachingImage.qml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/components/controls/CircularIndicator.qml b/components/controls/CircularIndicator.qml index cbf300a..957899e 100644 --- a/components/controls/CircularIndicator.qml +++ b/components/controls/CircularIndicator.qml @@ -1,7 +1,7 @@ import ".." import qs.services import qs.config -import Caelestia.Managers +import Caelestia.Internal import QtQuick import QtQuick.Templates diff --git a/components/images/CachingImage.qml b/components/images/CachingImage.qml index 6795cb5..e8f957a 100644 --- a/components/images/CachingImage.qml +++ b/components/images/CachingImage.qml @@ -1,5 +1,5 @@ import qs.utils -import Caelestia.Managers +import Caelestia.Internal import Quickshell import QtQuick |