Determine panel element groups

This commit is contained in:
Charles Gagnon
2020-05-17 08:18:20 -04:00
parent 705b39fc74
commit e679599662
2 changed files with 160 additions and 128 deletions

View File

@@ -57,4 +57,8 @@ function getSettingsPositions(settings) {
}
return positions;
}
function checkIfCentered(position) {
return position == CENTERED || position == CENTERED_MONITOR;
}