Skip to content

Commit

Permalink
options tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Jun 16, 2023
1 parent 8646d13 commit 44afe37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Artwork/StatusBars.lua
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ function module:BuildOptions()
max = 1,
step = 0.01,
get = function(info)
return module.DB[i].alpha
return module.DB[i].alpha or 1
end,
set = function(info, val)
module.DB[i].alpha = val
Expand Down

0 comments on commit 44afe37

Please sign in to comment.