From e28af593815c4707c7ce358d9adaab321990c94d Mon Sep 17 00:00:00 2001 From: Martin Miglio Date: Mon, 25 Dec 2023 15:31:03 -0500 Subject: [PATCH] fix config key typo --- pymemuc/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymemuc/types.py b/pymemuc/types.py index 0182d19..dac406a 100644 --- a/pymemuc/types.py +++ b/pymemuc/types.py @@ -39,7 +39,7 @@ class VMInfo(TypedDict): "win_x", "win_y", "win_scaling_percent2", - "is_custom_resolution", + "is_customed_resolution", "resolution_width", "resolution_height", "vbox_dpi",