diff --git a/src/components/EndpointDialong.tsx b/src/components/EndpointDialong.tsx index d05868a..6708d8d 100644 --- a/src/components/EndpointDialong.tsx +++ b/src/components/EndpointDialong.tsx @@ -8,6 +8,8 @@ import { FormControlLabel, IconButton, TextField, + Tooltip, + Zoom, } from "@mui/material"; import SettingsIcon from "@mui/icons-material/Settings"; import React, { useState } from "react"; @@ -58,11 +60,21 @@ const EndpointDialog = ({ endpoint, setEndpoint, secure, setSecure }: EndpointDi localStorage.setItem("apiEndpoint", JSON.stringify(endpoint)); } - return ( - <> + const settingsButton = ( + + + ); + + return ( + <> + {settingsButton}