]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/MainView.js
subscription: remove hard-coded white background
[pmg-gui.git] / js / MainView.js
index 311b8c7595e6c7369a46451c89388a1be415bf1e..2cc140c1eceba870da226d25980638f8df322d2f 100644 (file)
@@ -208,6 +208,14 @@ Ext.define('PMG.MainView', {
                            text: gettext('My Settings'),
                            handler: () => Ext.create('PMG.window.Settings').show(),
                        },
+                       {
+                           iconCls: 'fa fa-paint-brush',
+                           text: gettext('Theme'),
+                           handler: () => Ext.create('Proxmox.window.ThemeEditWindow', {
+                               cookieName: 'PMGThemeCookie',
+                               autoShow: true,
+                           }),
+                       },
                        {
                            iconCls: 'fa fa-language',
                            text: gettext('Language'),