update user profile stuff

This commit is contained in:
MathMan05 2024-08-08 14:32:19 -05:00
parent 3eaa1c425e
commit ae76f2636e
11 changed files with 544 additions and 182 deletions

View file

@ -165,7 +165,7 @@ document.addEventListener('paste', async (e) => {
});
setTheme();
function userSettings() {
thisuser.usersettings.show();
thisuser.showusersettings();
}
document.getElementById("settings").onclick = userSettings;
function userConnections() {