Merge pull request 'main' (#36) from React-Group/interstellar_ai:main into main #97

Merged
Patrick_Pluto merged 4 commits from sageTheDm/interstellar_ai:main into main 2024-10-03 19:27:49 +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