diff --git a/guis/old.lua b/guis/old.lua index 78c9a2fd..ca20c399 100644 --- a/guis/old.lua +++ b/guis/old.lua @@ -3722,7 +3722,7 @@ scaleslider = topbar:CreateSlider({ }) topbar:CreateDropdown({ Name = 'GUI Theme', - List = inputService.TouchEnabled and {'new', 'old'} or {'new', 'old', 'rise'}, + List = inputService.TouchEnabled and {'old', 'new'} or {'old', 'new', 'rise'}, Function = function(val, mouse) if mouse then writefile('newvape/profiles/gui.txt', val)