summaryrefslogtreecommitdiff
path: root/modules/launcher/Actions.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-17 22:44:29 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-17 22:44:29 +1000
commite373fe0375a45aa2825e28c7326bed1a3cd97c65 (patch)
treec410f04b6b7616a0f954850ff234e8fcc4b41a15 /modules/launcher/Actions.qml
parentpopouts: fix activewindow screencopy (diff)
downloadcaelestia-shell-e373fe0375a45aa2825e28c7326bed1a3cd97c65.tar.gz
caelestia-shell-e373fe0375a45aa2825e28c7326bed1a3cd97c65.tar.bz2
caelestia-shell-e373fe0375a45aa2825e28c7326bed1a3cd97c65.zip
launcher: fix wallpaper preview colours
Also disable transparency action (not impled and won't be in the near future)
Diffstat (limited to 'modules/launcher/Actions.qml')
-rw-r--r--modules/launcher/Actions.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/launcher/Actions.qml b/modules/launcher/Actions.qml
index 9f6f52c..8df687b 100644
--- a/modules/launcher/Actions.qml
+++ b/modules/launcher/Actions.qml
@@ -42,6 +42,7 @@ Singleton {
name: qsTr("Transparency")
desc: qsTr("Change shell transparency")
icon: "opacity"
+ disabled: true
function onClicked(list: AppList): void {
root.autocomplete(list, "transparency");