aboutsummaryrefslogtreecommitdiff
path: root/window.lua
diff options
context:
space:
mode:
authorChris B <1029chris@gmail.com>2016-03-16 18:12:40 -0700
committerChris B <1029chris@gmail.com>2016-03-16 18:12:40 -0700
commitd52cd58e1de58310ce57a10c59d550e64b62a6a7 (patch)
tree89ccb0304b31ca7f861dbd53c6cdb1fb0c1c2b61 /window.lua
parent59f5b18fb3ef1101a882bc75a4bfee0a8daca41e (diff)
Added webpages freedownloads, error, and homepage.
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"