X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=theme.lua;h=ee7283882fbfc3e5ca237d519510897c2334aa96;hb=4306f4e919075eff62a42d318e899d5485139f9b;hp=24e8d0f06bdc1d53ea65809bb4932305e7c115f0;hpb=c996b8ab73e27736a1807a3cc6df329c9fc46d4c;p=nageru diff --git a/theme.lua b/theme.lua index 24e8d0f..ee72838 100644 --- a/theme.lua +++ b/theme.lua @@ -157,7 +157,7 @@ local fade_chains = make_cartesian_product({ {true, false}, -- input0_scale {"static", "live", "livedeint"}, -- input1_type {true, false}, -- input1_scale - {true, false} -- hq + {true} -- hq }, function(input0_type, input0_scale, input1_type, input1_scale, hq) local input0_live = (input0_type ~= "static") local input1_live = (input1_type ~= "static")