From d975d810b47f1f91aedf30bdc449ff59748251bd Mon Sep 17 00:00:00 2001 From: Daniel Tschlatscher Date: Wed, 8 Mar 2023 17:40:06 +0100 Subject: [PATCH] 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 Signed-off-by: Stefan Sterz --- www/manager6/Workspace.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/www/manager6/Workspace.js b/www/manager6/Workspace.js index 0c8869a7..78ab37b6 100644 --- a/www/manager6/Workspace.js +++ b/www/manager6/Workspace.js @@ -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'),