Skip to content

Commit

Permalink
remove instance switcher from Q menu
Browse files Browse the repository at this point in the history
  • Loading branch information
CattoGamer committed Oct 11, 2024
1 parent 9ce69b6 commit 9c46b2e
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ function QUEUE:Init()
end
self.Options:AddItem(RefreshButton)

local InstanceButton = vgui.Create( "TheaterButton" )
InstanceButton:SetText( "YouTube Instance Switcher" )
InstanceButton.DoClick = function(self)
RunConsoleCommand( "cinema_youtube_switch" )
end
self.Options:AddItem(InstanceButton)

end

function QUEUE:AddVideo( vid )
Expand Down

0 comments on commit 9c46b2e

Please sign in to comment.