main #45

Merged
YasinOnm08 merged 18 commits from React-Group/interstellar_ai:main into main 2024-10-04 08:43:55 +02:00
Showing only changes of commit 799794e123 - Show all commits

View file

@ -577,6 +577,7 @@ const Settings: React.FC<{ closeSettings: () => void; accountName: string }> = (
label="New Name"
value={newName}
setValue={setNewName}
type="text"
placeholder={localStorage.getItem("accountName") || "Current Name"} // Show current name or a default
/>
<TextSettings