Revert "classic: Invert the spinner color"
This reverts commit f358bb1a96
.
This commit is contained in:
@ -296,12 +296,9 @@ const AppMenuButton = new Lang.Class({
|
||||
}));
|
||||
|
||||
this._stop = true;
|
||||
if (Main.sessionMode.currentMode == 'classic')
|
||||
this._spinner = new AnimatedIcon('process-working-inverse.svg',
|
||||
PANEL_ICON_SIZE);
|
||||
else
|
||||
this._spinner = new AnimatedIcon('process-working.svg',
|
||||
PANEL_ICON_SIZE);
|
||||
|
||||
this._spinner = new AnimatedIcon('process-working.svg',
|
||||
PANEL_ICON_SIZE);
|
||||
this._container.add_actor(this._spinner.actor);
|
||||
this._spinner.actor.hide();
|
||||
this._spinner.actor.lower_bottom();
|
||||
|
Reference in New Issue
Block a user