From 59bb58535edc9571e15e76f4dfc0e217a86353e0 Mon Sep 17 00:00:00 2001
From: catloversg <152669316+catloversg@users.noreply.github.com>
Date: Fri, 9 Aug 2024 07:40:52 +0700
Subject: [PATCH] DEVMENU: Small change in augmentation tool (#1557)
---
src/DevMenu/ui/AugmentationsDev.tsx | 66 +++++++++++++++--------------
1 file changed, 35 insertions(+), 31 deletions(-)
diff --git a/src/DevMenu/ui/AugmentationsDev.tsx b/src/DevMenu/ui/AugmentationsDev.tsx
index 33d96204e..fcf238fda 100644
--- a/src/DevMenu/ui/AugmentationsDev.tsx
+++ b/src/DevMenu/ui/AugmentationsDev.tsx
@@ -1,17 +1,21 @@
import { Player } from "@player";
import React, { useState } from "react";
-import { Clear, ExpandMore, Reply, ReplyAll } from "@mui/icons-material";
+import { Clear, ExpandMore } from "@mui/icons-material";
import {
Accordion,
AccordionDetails,
AccordionSummary,
+ Box,
Button,
IconButton,
MenuItem,
Select,
SelectChangeEvent,
+ Tooltip,
Typography,
} from "@mui/material";
+import ReplyAllIcon from "@mui/icons-material/ReplyAll";
+import ReplyIcon from "@mui/icons-material/Reply";
import { AugmentationName } from "@enums";
export function AugmentationsDev(): React.ReactElement {
@@ -51,36 +55,36 @@ export function AugmentationsDev(): React.ReactElement {
Augmentations
-
-
+
+
+
+
+
+
+
+
+
+
);