[MM-58357] Account for monitor scale factor when creating the window from saved bounds (#3045)
This commit is contained in:
@@ -179,7 +179,7 @@ export function validateArgs(data: Args) {
|
||||
}
|
||||
|
||||
// validate bounds_info.json
|
||||
export function validateBoundsInfo(data: SavedWindowState) {
|
||||
export function validateBoundsInfo(data: SavedWindowState | null) {
|
||||
return validateAgainstSchema(data, boundsInfoSchema);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user