diff options
Diffstat (limited to 'player')
-rw-r--r-- | player/lua/osc.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/player/lua/osc.lua b/player/lua/osc.lua index 14c18767d8..a6cdcbe0eb 100644 --- a/player/lua/osc.lua +++ b/player/lua/osc.lua @@ -1093,7 +1093,9 @@ layouts["slimbox"] = function () lo.style = osc_styles.box lo.alpha[1] = user_opts.boxalpha lo.alpha[3] = 0 - lo.box.radius = osc_geo.r + if not (user_opts["seekbarstyle"] == "bar") then + lo.box.radius = osc_geo.r + end lo = add_layout("seekbar") |