Skip to content

Commit

Permalink
fix(ui): Radial menu shirt icon
Browse files Browse the repository at this point in the history
  • Loading branch information
TheiLLeniumStudios committed Apr 22, 2023
1 parent 8d3c258 commit 8493ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ local function AddRadialMenuOption()
if Config.UseOxRadial then
lib.addRadialItem({
id = "open_clothing_menu",
icon = "tshirt",
icon = "shirt",
label = title,
event = event,
onSelect = function()
Expand All @@ -953,7 +953,7 @@ local function AddRadialMenuOption()
exports["qb-radialmenu"]:AddOption({
id = "open_clothing_menu",
title = title,
icon = "tshirt",
icon = "shirt",
type = "client",
event = event,
shouldClose = true
Expand Down

0 comments on commit 8493ff6

Please sign in to comment.