diff --git a/www/MainView.js b/www/MainView.js index 7998e535..10bc8eeb 100644 --- a/www/MainView.js +++ b/www/MainView.js @@ -236,9 +236,19 @@ Ext.define('PBS.MainView', { iconCls: 'fa fa-user', menu: [ { - reference: 'logoutButton', + iconCls: 'fa fa-language', + text: gettext('Language'), + reference: 'languageButton', + handler: () => Ext.create('Proxmox.window.LanguageEditWindow', { + cookieName: 'PBSLangCookie', + autoShow: true, + }), + }, + '-', + { iconCls: 'fa fa-sign-out', text: gettext('Logout'), + reference: 'logoutButton', }, ], },