@@ -215,8 +215,7 @@ local cryptidConfigTab = function()
215215 }
216216 left_settings = { n = G .UIT .C , config = { align = " tl" , padding = 0.05 }, nodes = {} }
217217 right_settings = { n = G .UIT .C , config = { align = " tl" , padding = 0.05 }, nodes = {} }
218- config =
219- { n = G .UIT .R , config = { align = " tm" , padding = 0 }, nodes = { left_settings , right_settings } }
218+ config = { n = G .UIT .R , config = { align = " tm" , padding = 0 }, nodes = { left_settings , right_settings } }
220219 cry_nodes [# cry_nodes + 1 ] = config
221220 cry_nodes [# cry_nodes + 1 ] = UIBox_button ({
222221 button = " your_collection_content_sets" ,
@@ -233,7 +232,7 @@ local cryptidConfigTab = function()
233232 active_colour = G .C .MONEY ,
234233 ref_table = Cryptid_config ,
235234 ref_value = " family_mode" ,
236- callback = reload_cryptid_localization
235+ callback = reload_cryptid_localization ,
237236 })
238237 return {
239238 n = G .UIT .ROOT ,
@@ -318,4 +317,4 @@ local cryptidTabs = function()
318317 }
319318end
320319SMODS .current_mod .extra_tabs = cryptidTabs
321- SMODS .current_mod .config_tab = cryptidConfigTab
320+ SMODS .current_mod .config_tab = cryptidConfigTab
0 commit comments