File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -61,29 +61,29 @@ function PRSchat.tabs()
61
61
62
62
emcoRev :addPatch (function ()
63
63
--- patch for v1.6.0
64
- PRSchatTabs .leftMargin = 2
65
- PRSchatTabs .tabBold = true
66
- PRSchatTabs :setActiveTabFGColor (" white" )
67
- PRSchatTabs :setinactiveTabFGColor (" gray" )
68
- PRSchatTabs :enableTimeStamp ()
69
- PRSchatTabs :enableCustomTimestampColor ()
70
- PRSchatTabs :setTimestampFGColor (" dim_gray" )
71
- PRSchatTabs :setTimestampBGColor (" black" )
64
+ PRSchat . EMCO .leftMargin = 2
65
+ PRSchat . EMCO .tabBold = true
66
+ PRSchat . EMCO :setActiveTabFGColor (" white" )
67
+ PRSchat . EMCO :setinactiveTabFGColor (" gray" )
68
+ PRSchat . EMCO :enableTimeStamp ()
69
+ PRSchat . EMCO :enableCustomTimestampColor ()
70
+ PRSchat . EMCO :setTimestampFGColor (" dim_gray" )
71
+ PRSchat . EMCO :setTimestampBGColor (" black" )
72
72
end )
73
73
74
74
local function saver (eventName , packageName )
75
75
if eventName == " sysExitEvent" or packageName == " PRS" then
76
- PRSchatTabs :save ()
76
+ PRSchat . EMCO :save ()
77
77
end
78
78
end
79
79
80
80
local function loader (eventName , packageName )
81
81
if eventName == " sysLoadEvent" or packageName == " PRS" then
82
- PRSchatTabs :load ()
82
+ PRSchat . EMCO :load ()
83
83
-- new stuff below here
84
84
local changed = emcoRev :migrate ()
85
85
if changed then -- save the emco changes back to its own save file
86
- PRSchatTabs :save ()
86
+ PRSchat . EMCO :save ()
87
87
end
88
88
end
89
89
end
You can’t perform that action at this time.
0 commit comments