Skip to content

Commit

Permalink
_qb/dx/menu/deluxe_menu.q: Remove commit that was breaking linux builds
Browse files Browse the repository at this point in the history
Signed-off-by: kernaltrap <[email protected]>
  • Loading branch information
kernaltrap8 committed Feb 8, 2025
1 parent 8b73273 commit e7c08a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _qb/dx/menu/deluxe_menu.q
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,10 @@ script 0x1e5afd34
endscript
script menu_dx_highlight_item
GetTags
set_focus_color rgba = [0 255 255 250] ; i would rather not do this but none of the other ways i tried worked
set_focus_color rgba = [0 255 255 250]
endscript

script menu_dx_remove_highlight
GetTags
set_focus_color rgba = [210 210 210 250] ; same goes
set_focus_color rgba = [210 210 210 250]
endscript

0 comments on commit e7c08a6

Please sign in to comment.