AlexR32 / Bracket

User Interface Library For Roblox
10 stars 7 forks source link

KeybindList.Title #4

Closed NTFSquad closed 3 months ago

NTFSquad commented 3 months ago

KeybindList.Title Bug

Basicly trying to use KeybindList.Title on the already created KeybindList will not work it will just error (Line 2595)

local Bracket = loadstring(game:HttpGet("https://raw.githubusercontent.com/AlexR32/Bracket/main/BracketV34.lua"))()

local Window = Bracket:Window({Name = "Project Noir"}) do
    local KeybindList = Window:KeybindList({Enabled = true})

    KeybindList.Title = "Other Keybinds"
end

image image

Remain's the default title

image

NTFSquad commented 3 months ago

Also could it be possible to enable RichText for the Watermark? i am doing it manually right now, the reason being for a cool colored watermark (Line 356)

https://github.com/user-attachments/assets/c93d4609-bf3f-450d-b844-ba337dba3cc7

AlexR32 commented 3 months ago

Thanks for the bug reports, everything is fixed in https://github.com/AlexR32/Bracket/commit/aaa7e1dc0a99bd67efef7f78133fab3e57352ea1