- Major clean up on plugins that lost support on 8.0.
- Some code cleanup and old windows using old window styles are now using the framework. - Removed some debug prints. - All export data are using LibDeflate now.
This commit is contained in:
@@ -2188,6 +2188,9 @@ function Details:DecompressData (data, dataType)
|
||||
local dataCompressed
|
||||
|
||||
if (dataType == "print") then
|
||||
|
||||
data = DetailsFramework:Trim (data)
|
||||
|
||||
dataCompressed = LibDeflate:DecodeForPrint (data)
|
||||
if (not dataCompressed) then
|
||||
Details:Msg ("couldn't decode the data.")
|
||||
|
||||
Reference in New Issue
Block a user