From f576d57ffccec93ba51a537254891a422c5e1ba2 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Sun, 29 Sep 2024 10:24:21 +0200 Subject: [PATCH] change category of new buttons --- config/appnavigation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/appnavigation.json b/config/appnavigation.json index 65f701b8..0fb45a10 100644 --- a/config/appnavigation.json +++ b/config/appnavigation.json @@ -1,14 +1,14 @@ { "WPFGetInstalled": { "Content": "Get Installed", - "Category": "____Navigation", + "Category": "____Actions", "Type": "Button", "Order": "1", "Description": "Show installed applications" }, "WPFClearInstallSelection": { "Content": "Clear Selection", - "Category": "____Navigation", + "Category": "____Actions", "Type": "Button", "Order": "2", "Description": "Clear the selection of applications"