diff options
| author | Chris B <1029chris@gmail.com> | 2016-03-16 18:12:40 -0700 |
|---|---|---|
| committer | Chris B <1029chris@gmail.com> | 2016-03-16 18:12:40 -0700 |
| commit | d52cd58e1de58310ce57a10c59d550e64b62a6a7 (patch) | |
| tree | 89ccb0304b31ca7f861dbd53c6cdb1fb0c1c2b61 /window.lua | |
| parent | 59f5b18fb3ef1101a882bc75a4bfee0a8daca41e (diff) | |
Added webpages freedownloads, error, and homepage.
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" |
