summaryrefslogtreecommitdiff
path: root/modules/launcher/Content.qml
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-13 13:57:35 -0500
committerATMDA <atdma2600@gmail.com>2025-11-13 13:57:35 -0500
commit2ebdba6cc4a6b3fe6acd3498c774d2ed8678eb2a (patch)
treeba0b982906e16bcff9e288313eea70e3b0f866aa /modules/launcher/Content.qml
parentfix: background not loading on config reload (diff)
downloadcaelestia-shell-2ebdba6cc4a6b3fe6acd3498c774d2ed8678eb2a.tar.gz
caelestia-shell-2ebdba6cc4a6b3fe6acd3498c774d2ed8678eb2a.tar.bz2
caelestia-shell-2ebdba6cc4a6b3fe6acd3498c774d2ed8678eb2a.zip
launcher: reverted python launcher item to not exist, changes back to c0ea060f
Diffstat (limited to 'modules/launcher/Content.qml')
-rw-r--r--modules/launcher/Content.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/Content.qml b/modules/launcher/Content.qml
index 3a90a74..f674569 100644
--- a/modules/launcher/Content.qml
+++ b/modules/launcher/Content.qml
@@ -90,7 +90,7 @@ Item {
Wallpapers.setWallpaper(currentItem.modelData.path);
root.visibilities.launcher = false;
} else if (text.startsWith(Config.launcher.actionPrefix)) {
- if (text.startsWith(`${Config.launcher.actionPrefix}calc `) || text.startsWith(`${Config.launcher.actionPrefix}python `))
+ if (text.startsWith(`${Config.launcher.actionPrefix}calc `))
currentItem.onClicked();
else
currentItem.modelData.onClicked(list.currentList);