From 2ebdba6cc4a6b3fe6acd3498c774d2ed8678eb2a Mon Sep 17 00:00:00 2001 From: ATMDA Date: Thu, 13 Nov 2025 13:57:35 -0500 Subject: launcher: reverted python launcher item to not exist, changes back to c0ea060f --- config/LauncherConfig.qml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'config/LauncherConfig.qml') diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml index 30b3e8b..9d9c50c 100644 --- a/config/LauncherConfig.qml +++ b/config/LauncherConfig.qml @@ -38,14 +38,6 @@ JsonObject { enabled: true, dangerous: false }, - { - name: "Python", - icon: "code", - description: "Execute Python one-liners", - command: ["autocomplete", "python"], - enabled: true, - dangerous: false - }, { name: "Scheme", icon: "palette", -- cgit v1.2.3-freya