mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
make it work for Gnome 3.10
This commit is contained in:
parent
74f2f1703b
commit
8fc62efb59
@ -80,7 +80,7 @@ const TeaTimeFullscreenNotification = new Lang.Class({
|
||||
this._label = new St.Label({ text: "Your tea is ready!", style_class: "dash-label" });
|
||||
this._layout.add_child(this._label);
|
||||
|
||||
this._lightbox = new imports.ui.lightbox.Lightbox(Main.uiGroup, { fadeInTime: 0.5, fadeOutTime: 0.5 });
|
||||
this._lightbox = new imports.ui.lightbox.Lightbox(Main.uiGroup); // Seems not to work on Gnome 3.10 { fadeInTime: 0.5, fadeOutTime: 0.5 }
|
||||
this._lightbox.highlight(this._bin);
|
||||
},
|
||||
destroy: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user