main #98

Merged
Patrick_Pluto merged 15 commits from main into revert 2024-10-03 19:28:09 +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