Hi,
because of compliance reasons it is not allowed without approvals to enable AI functions in our company.
After installation of R2 the new AI assistant is available in Designer Desk and there seems to be no way to disable it with a switch in system settings globally or per user individually. This would be nice if this functionality would be given in a next release. Setting it individually per user would be great because different user groups could be defined. The one with AI competence and others without.
As workaround we use now this custom CSS style code. Maybe it is useful for other customers. Just copy & paste it to system settings > global parameters > appearance into the field global CSS styles
#Updated the code at 11:51: Added class and switched from display to visibility attribute to prevent layout changes
/* Hide AI assistant in Designer Desk */
.ai-assistant-button, .ai-designer-button, .ai-start-controller {
visibility: hidden !important;
}
Kind Regards
Sébastien