mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
include API change for _getAppDisplayBoxForState in gnome 42.rc
This commit is contained in:
@@ -590,6 +590,9 @@ var dtpOverview = Utils.defineClass({
|
||||
workAreaBox.set_size(workArea.width, workArea.height);
|
||||
|
||||
params = [workAreaBox, searchHeight, dashHeight, workspaceAppGridBox]
|
||||
if (Config.PACKAGE_VERSION > '42.beta') {
|
||||
params = [box, workAreaBox, searchHeight, dashHeight, workspaceAppGridBox]
|
||||
}
|
||||
} else {
|
||||
params = [box, startX, searchHeight, dashHeight, workspaceAppGridBox];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user