Skip to content

Commit

Permalink
Merge pull request NPLPackages#71 from onedou/fix/2020-2-3
Browse files Browse the repository at this point in the history
fix codeblock UI editor
  • Loading branch information
LiXizhi authored Feb 5, 2020
2 parents 5264104 + 2bb35ed commit 3dcc4c4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ function NplBrowserLoaderPage.Check(callback)
return
end

if(System.os.GetPlatform() == "mac")then
return
end

local mod = BuildinMod.GetModByName("NplBrowser") or {};
local version = mod.version;

Expand Down

0 comments on commit 3dcc4c4

Please sign in to comment.