aboutsummaryrefslogtreecommitdiff
path: root/window.lua
diff options
context:
space:
mode:
Diffstat (limited to 'window.lua')
-rw-r--r--window.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/window.lua b/window.lua
index 636cfac..fff8d8f 100644
--- a/window.lua
+++ b/window.lua
@@ -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"