fix(desktop): adjust monitor refresh rates
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-07-06 16:00:20 -04:00
parent efb2ae0425
commit 4fb8fab641

View file

@ -123,12 +123,12 @@ in {
]) ])
(concatStringsSep "," [ (concatStringsSep "," [
"desc:Samsung Electric Company C27JG5x HTOM100586" "desc:Samsung Electric Company C27JG5x HTOM100586"
"2560x1440@60" "2560x1440@120"
"1920x120, 1" "1920x120, 1"
]) ])
(concatStringsSep "," [ (concatStringsSep "," [
"desc:GIGA-BYTE TECHNOLOGY CO. LTD. G27QC 0x00000B1D" "desc:GIGA-BYTE TECHNOLOGY CO. LTD. G27QC 0x00000B1D"
"2560x1440@165" "2560x1440@120"
"1920x1560, 1" "1920x1560, 1"
]) ])
]; ];