diff --git a/src/CotMG/notes b/src/CotMG/notes
index 825dd534b..5a0ddc9f7 100644
--- a/src/CotMG/notes
+++ b/src/CotMG/notes
@@ -1,2 +1,4 @@
incentive for more threads
-boosters just multiply output, eg 20% * 1.5 = 30%
\ No newline at end of file
+boosters just multiply output, eg 20% * 1.5 = 30%
+
+git remote add danielyxie git@github.com:danielyxie/bitburner.git
\ No newline at end of file
diff --git a/src/Sidebar/ui/SidebarRoot.tsx b/src/Sidebar/ui/SidebarRoot.tsx
index e4055a2f9..856d93eae 100644
--- a/src/Sidebar/ui/SidebarRoot.tsx
+++ b/src/Sidebar/ui/SidebarRoot.tsx
@@ -751,7 +751,7 @@ export function SidebarRoot(props: IProps): React.ReactElement {
Options
- {true && (
+ {process.env.NODE_ENV === "development" && (