mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Add initial custom preview container
This commit is contained in:
@@ -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();
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user