mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
update a gnome version check to work with final gnome 42
This commit is contained in:
@@ -589,8 +589,9 @@ var dtpOverview = Utils.defineClass({
|
||||
workAreaBox.set_origin(startX, startY);
|
||||
workAreaBox.set_size(workArea.width, workArea.height);
|
||||
|
||||
params = [workAreaBox, searchHeight, dashHeight, workspaceAppGridBox]
|
||||
if (Config.PACKAGE_VERSION > '42.beta') {
|
||||
if (Config.PACKAGE_VERSION < '42') {
|
||||
params = [workAreaBox, searchHeight, dashHeight, workspaceAppGridBox]
|
||||
} else {
|
||||
params = [box, workAreaBox, searchHeight, dashHeight, workspaceAppGridBox]
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user