From 36b800f6bcbc5fbc0337271dbdf3ffea1291e06d Mon Sep 17 00:00:00 2001
From: city-unit <140349364+city-unit@users.noreply.github.com>
Date: Wed, 2 Aug 2023 00:35:46 -0400
Subject: [PATCH] Clarify columns.

---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index 1cf888a..d303854 100644
--- a/index.js
+++ b/index.js
@@ -51,7 +51,7 @@ jQuery(async () => {
 
   // Append settingsHtml to extensions_settings
   // extension_settings and extensions_settings2 are the left and right columns of the settings menu
-  // You can append to either one
+  // Left should be extensions that deal with system functions and right should be visual/UI related 
   $("#extensions_settings").append(settingsHtml);
 
   // These are examples of listening for events