From ad2fd6dafa363f06ac3083becd7242d84cc69bf0 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:04:08 +0200 Subject: Added BazaarNotifier --- constants/ModGuiSwitcher.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/constants/ModGuiSwitcher.json b/constants/ModGuiSwitcher.json index bc470e8..771b44c 100644 --- a/constants/ModGuiSwitcher.json +++ b/constants/ModGuiSwitcher.json @@ -9,6 +9,15 @@ "Apec.Components.Gui.Menu.SettingsMenu.ApecMenu$ApecMenuGui" ] }, + "BazaarNotifier": { + "description": [ + "Helps with Bazaar" + ], + "command": "bazaarnotifier", + "guiPath": [ + "dev.meyi.bn.gui.SettingsGui" + ] + }, "Chat Triggers": { "description": [ "Chat Triggers Modules" -- cgit