diff options
Diffstat (limited to 'window.lua')
| -rw-r--r-- | window.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -120,6 +120,8 @@ function drawWindow(id) updateAntivirus() elseif id == 1 then updateChat() + elseif id == 2 then + updateInternet() end if id == layer[1] and win[id].bar == "grey" then win[id].bar = "active" |
