We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2074f commit 55f7e62Copy full SHA for 55f7e62
appIndicator.js
@@ -980,7 +980,17 @@ class AppIndicatorsIconActor extends St.Icon {
980
981
if (indicator.isReady) {
982
this._updateCustomIcons();
983
- this._invalidateIcon();
+
984
+ if (this.get_stage()) {
985
+ this._invalidateIcon();
986
+ } else {
987
+ const id = this.connect('parent-set', () => {
988
989
+ this.disconnect(id);
990
991
+ }
992
+ });
993
994
}
995
996
this.connect('destroy', () => {
0 commit comments