diff --git a/src/gui/src/UI/UIDesktop.js b/src/gui/src/UI/UIDesktop.js index 19f5b1cb..20846955 100644 --- a/src/gui/src/UI/UIDesktop.js +++ b/src/gui/src/UI/UIDesktop.js @@ -1509,6 +1509,16 @@ $(document).on('click', '.user-options-menu-btn', async function(e){ items: [ ...items, //-------------------------------------------------- + // Settings + //-------------------------------------------------- + { + html: i18n('settings'), + id: 'settings', + onClick: async function(){ + UIWindowSettings(); + } + }, + //-------------------------------------------------- // My Websites //-------------------------------------------------- { @@ -1519,15 +1529,6 @@ $(document).on('click', '.user-options-menu-btn', async function(e){ } }, //-------------------------------------------------- - // Settings - //-------------------------------------------------- - { - html: i18n('settings'), - onClick: async function(){ - UIWindowSettings(); - } - }, - //-------------------------------------------------- // Task Manager //-------------------------------------------------- {