From ce63eaad7f1053cbef95945653b5047051f20484 Mon Sep 17 00:00:00 2001 From: ursamina <143211829+ursamina@users.noreply.github.com> Date: Fri, 23 Feb 2024 22:12:03 +0000 Subject: [PATCH] disable editor button in inventory for inventoryprofiles --- config/inventoryprofilesnext/inventoryprofiles.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/inventoryprofilesnext/inventoryprofiles.json b/config/inventoryprofilesnext/inventoryprofiles.json index cac70ba..8c0a111 100644 --- a/config/inventoryprofilesnext/inventoryprofiles.json +++ b/config/inventoryprofilesnext/inventoryprofiles.json @@ -6,6 +6,9 @@ "first_run": false }, "GuiSettings": { + "enable_inventory_editor_button": { + "value": false + }, "enable_inventory_settings_button": { "value": false },