diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-02 20:37:38 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-02 20:37:38 +1000 |
| commit | 03a484dd4acafd69aaea7d0a4af0eb1e0b63c87f (patch) | |
| tree | 993d1a18ec4220ab4a64b5615f6dbf69d0ec92c8 /services/Apps.qml | |
| parent | launcher: add scrollbar (diff) | |
| download | caelestia-shell-03a484dd4acafd69aaea7d0a4af0eb1e0b63c87f.tar.gz caelestia-shell-03a484dd4acafd69aaea7d0a4af0eb1e0b63c87f.tar.bz2 caelestia-shell-03a484dd4acafd69aaea7d0a4af0eb1e0b63c87f.zip | |
refactor: keep js in separate dir
Diffstat (limited to 'services/Apps.qml')
| -rw-r--r-- | services/Apps.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/Apps.qml b/services/Apps.qml index 3f9fb73..e5b7813 100644 --- a/services/Apps.qml +++ b/services/Apps.qml @@ -1,6 +1,6 @@ pragma Singleton -import "fuzzysort.js" as Fuzzy +import "root:/utils/scripts/fuzzysort.js" as Fuzzy import "root:/widgets" import "root:/config" import Quickshell |