From 172a2193d3defc814be40493d07eb23af3cf6926 Mon Sep 17 00:00:00 2001 From: ahmadali shafiee Date: Mon, 31 Jul 2023 21:50:09 +0200 Subject: [PATCH] Fix QRes command typo (#1488) Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> --- docs/source/about/app_examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/about/app_examples.rst b/docs/source/about/app_examples.rst index 531a647e..aa5b606f 100644 --- a/docs/source/about/app_examples.rst +++ b/docs/source/about/app_examples.rst @@ -191,7 +191,7 @@ Changing Resolution and Refresh Rate (Windows) +----------------------+------------------------------------------------------------------------------------------------------------------+ | **Field** | **Value** | +----------------------+------------------------------------------------------------------------------------------------------------------+ -| Command Preparations | Do: ``cmd /C FullPath\qres.exe /x:%SUNSHINE_CLIENT_WIDTH% /y:%SUNSHINE_CLIENT_WIDTH% /r:%SUNSHINE_CLIENT_FPS%`` | +| Command Preparations | Do: ``cmd /C FullPath\qres.exe /x:%SUNSHINE_CLIENT_WIDTH% /y:%SUNSHINE_CLIENT_HEIGHT% /r:%SUNSHINE_CLIENT_FPS%`` | | +------------------------------------------------------------------------------------------------------------------+ | | Undo: ``cmd /C FullPath\qres.exe /x:3840 /y:2160 /r:120`` | +----------------------+------------------------------------------------------------------------------------------------------------------+