Add initial custom preview container

This commit is contained in:
Charles Gagnon
2019-05-11 21:40:48 -04:00
parent 8a775e4c84
commit 018af512ba
3 changed files with 159 additions and 1268 deletions

View File

@@ -565,7 +565,6 @@ var taskbar = Utils.defineClass({
Lang.bind(this, function() {
appIcon.actor.opacity = 255;
this._enableWindowPreview();
appIcon.syncWindowPreview(this._getAppIcons());
}));
}
@@ -635,7 +634,7 @@ var taskbar = Utils.defineClass({
appIcons.filter(appIcon => !appIcon.isLauncher)
.forEach(function (appIcon) {
appIcon.enableWindowPreview(appIcons);
appIcon.enableWindowPreview();
});
},