Display: --display-compact-type support *-with-refresh-rate

Ref: https://github.com/fastfetch-cli/fastfetch/discussions/732
This commit is contained in:
李通洲
2024-02-22 16:42:23 +08:00
parent 5e7cfe2976
commit 5fb4b6dc04
4 changed files with 41 additions and 10 deletions
+3 -1
View File
@@ -1033,7 +1033,9 @@
"enum": {
"none": "Disable this compact mode",
"original": "Print original resolutions",
"scaled": "Print scaled resolutions"
"scaled": "Print scaled resolutions",
"original-with-refresh-rate": "Print original resolutions with refresh rate",
"scaled-with-refresh-rate": "Print scaled resolutions with refresh rate"
},
"default": "none"
}