From 5581a4b34f7ef70005a26e2b955df33414533791 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 8 Jan 2026 16:26:49 -0500 Subject: remove recording --- utils/Paths.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/Paths.qml') diff --git a/utils/Paths.qml b/utils/Paths.qml index f95134f..5c8cb68 100644 --- a/utils/Paths.qml +++ b/utils/Paths.qml @@ -19,7 +19,6 @@ Singleton { readonly property string imagecache: `${cache}/imagecache` readonly property string notifimagecache: `${imagecache}/notifs` readonly property string wallsdir: Quickshell.env("CAELESTIA_WALLPAPERS_DIR") || absolutePath(Config.paths.wallpaperDir) - readonly property string recsdir: Quickshell.env("CAELESTIA_RECORDINGS_DIR") || `${videos}/Recordings` readonly property string libdir: Quickshell.env("CAELESTIA_LIB_DIR") || "/usr/lib/caelestia" function toLocalFile(path: url): string { -- cgit v1.2.3-freya