Skip to content

Commit

Permalink
Use fileicon instead state_icon in container provider powerstate quad
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Mar 16, 2018
1 parent e36308c commit d582ec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def fileicon
def quadicon
{
:top_left => {:text => container_nodes.size},
:top_right => {:state_icon => "svg/currentstate-#{enabled? ? 'on' : 'paused'}.svg"},
:top_right => {:fileicon => "svg/currentstate-#{enabled? ? 'on' : 'paused'}.svg"},
:bottom_left => {
:fileicon => fileicon,
:tooltip => type
Expand Down

0 comments on commit d582ec4

Please sign in to comment.