gui: create user info menu intro for selecting the theme

this requires a bump of the widget toolkit so the version includes the
necessary widgets.

Signed-off-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com>
Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
Daniel Tschlatscher 2023-03-08 17:40:06 +01:00 committed by Thomas Lamprecht
parent b8febbcc60
commit d975d810b4

View File

@ -395,6 +395,14 @@ Ext.define('PVE.StdWorkspace', {
me.selectById('root');
},
},
{
iconCls: 'fa fa-paint-brush',
text: gettext('Theme'),
handler: function() {
Ext.create('Proxmox.window.ThemeEditWindow')
.show();
},
},
{
iconCls: 'fa fa-language',
text: gettext('Language'),