Skip to content
This repository has been archived by the owner on May 9, 2018. It is now read-only.

Commit

Permalink
Disable frequentUpdates on power bar
Browse files Browse the repository at this point in the history
  • Loading branch information
rspeicher committed Dec 21, 2008
1 parent 8a28bad commit 74c43cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout.lua
Expand Up @@ -235,7 +235,7 @@ local function createPowerBarFrame(parent)
bar.colorTapping = false
bar.colorDisconnected = true
bar.colorPower = true
bar.frequentUpdates = true
--bar.frequentUpdates = true

return bar
end
Expand Down

0 comments on commit 74c43cb

Please sign in to comment.