From af066356cf2158fcc1c8e1c1ce9c5ab8a2dd1fb3 Mon Sep 17 00:00:00 2001 From: jelveh Date: Wed, 17 Dec 2025 20:36:31 -0800 Subject: [PATCH] Show AI button regardless of email confirmation --- src/gui/src/UI/UIDesktop.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/gui/src/UI/UIDesktop.js b/src/gui/src/UI/UIDesktop.js index 392b8cee..a938596c 100644 --- a/src/gui/src/UI/UIDesktop.js +++ b/src/gui/src/UI/UIDesktop.js @@ -703,9 +703,8 @@ async function UIDesktop (options) { >`; // show AI button - if ( window.user.email_confirmed ) { - h += '
'; - } + h += '
'; + h += ''; // Get window sidebar width