For the complete documentation index, see llms.txt. This page is also available as Markdown.

globalChatBubbleScale {get;set}

API -

return function()
    local app = getApp();
    app.globalChatBubbleScale = 2; --accepts values between 1 and 4
end

Last updated