We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35baa0 commit 8149b58Copy full SHA for 8149b58
1 file changed
Games Collection Manager/main.py
@@ -106,6 +106,7 @@ class BackgroundColors: # Colors for the terminal
106
"- PS2: 27.2 Largura x 18.3 Altura.",
107
"- PS3: 27.2 Largura x 15.0 Altura.",
108
"- PS4/PS5: 27.2 Largura x 16.0 Altura.",
109
+ "- Xbox One/Xbox Series: 26.7 Largura x 14.9 Altura."
110
] # Constant non-console metadata block to keep deterministic and unchanged
111
FIXED_METADATA_BLOCK_STRIPPED = tuple(line.strip() for line in FIXED_METADATA_BLOCK) # Stripped version for safe parser comparisons
112
0 commit comments