This commit is contained in:
John Bintz 2012-05-04 00:03:07 -04:00
parent fa5585fec5
commit 4afaf555d8
1 changed files with 4 additions and 1 deletions

View File

@ -155,7 +155,10 @@ class UnisonWatcher < Qt::Application
end
@icon.icon = @icons[@current_icon]
@icon.show if !@prior_icon
@icon.toolTip = "Unison Agent\nUsing #{ENV['PROFILE']} profile"
if !@prior_icon
@icon.show
end
@prior_icon = @current_icon
end