File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,6 @@ function ST:set_opts_funcs()
225
225
-- A setter for bar appearances
226
226
ST .opts_funcs [hand ].bar_setter = function (_ , info , value )
227
227
for h in ST :generic_iter (settings .hands ) do
228
- self :Print (hand , h )
229
228
local db = ST :get_hand_table (h )
230
229
db [info [# info ]] = value
231
230
ST :configure_bar_size_and_positions (h )
@@ -1120,7 +1119,7 @@ function ST:generate_hand_options_table(hand)
1120
1119
end
1121
1120
1122
1121
-- Only basic hands and melee hands get visibility behaviour.
1123
- if hand == " mainhand" or hand == " offhand" or hand == " ranged" or hand == " melee_hands" then
1122
+ if true then -- hand == "mainhand" or hand == "offhand" or hand == "ranged" or hand == "melee_hands" then
1124
1123
local vis_opts = {
1125
1124
vis_header = {
1126
1125
type = " header" ,
You can’t perform that action at this time.
0 commit comments