mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-04 04:00:27 -06:00
remove settings options from the user menu
This commit is contained in:
@@ -1182,33 +1182,15 @@ $(document).on('click', '.user-options-menu-btn', async function(e){
|
||||
UIWindowMyWebsites();
|
||||
}
|
||||
},
|
||||
//--------------------------------------------------
|
||||
// Change Username
|
||||
//--------------------------------------------------
|
||||
{
|
||||
html: i18n('change_username'),
|
||||
onClick: async function(){
|
||||
UIWindowChangeUsername();
|
||||
}
|
||||
},
|
||||
|
||||
//--------------------------------------------------
|
||||
// Change Password
|
||||
//--------------------------------------------------
|
||||
{
|
||||
html: i18n('change_password'),
|
||||
html: i18n('settings'),
|
||||
onClick: async function(){
|
||||
UIWindowChangePassword();
|
||||
UIWindowSettings();
|
||||
}
|
||||
},
|
||||
|
||||
//--------------------------------------------------
|
||||
// Change Language
|
||||
//--------------------------------------------------
|
||||
{
|
||||
html: i18n('change_language'),
|
||||
items: supportedLanguagesItems
|
||||
},
|
||||
//--------------------------------------------------
|
||||
// Contact Us
|
||||
//--------------------------------------------------
|
||||
|
||||
@@ -157,6 +157,7 @@ const en = {
|
||||
send: "Send",
|
||||
send_password_recovery_email: "Send Password Recovery Email",
|
||||
session_saved: "Thank you for creating an account. This session has been saved.",
|
||||
settings: "Settings",
|
||||
set_new_password: "Set New Password",
|
||||
share_to: "Share to",
|
||||
show_all_windows: "Show All Windows",
|
||||
|
||||
Reference in New Issue
Block a user