updates
This commit is contained in:
parent
0e493c1d53
commit
637b69470d
|
@ -178,7 +178,10 @@ while !exiting
|
||||||
if @current_icon != @prior_icon
|
if @current_icon != @prior_icon
|
||||||
icon.icon = Qt::Icon.new(File.expand_path("../../assets/#{@current_icon}.png", __FILE__))
|
icon.icon = Qt::Icon.new(File.expand_path("../../assets/#{@current_icon}.png", __FILE__))
|
||||||
|
|
||||||
icon.show if !@prior_icon
|
if !@prior_icon
|
||||||
|
icon.show
|
||||||
|
end
|
||||||
|
|
||||||
@prior_icon = @current_icon
|
@prior_icon = @current_icon
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue