From 66fab48a5bad426c2a2a5f201c17c8b9207e7f21 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Fri, 4 Apr 2025 22:09:21 -0700 Subject: [PATCH] options: update monitor option text (#291) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Link to GitHub Issue, if one exists n/a ## Description of change Update tooltip for `-monitor` option. Move to `Graphics (Full Screen)` to reduce clutter. ## Compilin 👍 ## Testing n/a --- src/spice2x/launcher/options.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/spice2x/launcher/options.cpp b/src/spice2x/launcher/options.cpp index 7c34080..9be76bb 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -186,9 +186,12 @@ static const std::vector OPTION_DEFINITIONS = { { .title = "Monitor", .name = "monitor", - .desc = "Sets the display that the game will be opened in, for multiple monitors", + .desc = "Sets the display that the game will be opened in, for multiple monitors.\n\n" + "0 is the primary monitor, 1 is the second monitor, and so on.\n\n" + "Not all games will respect this. Does not work at all with multi-monitor games like TDJ/UFC. " + "Disable Full Screen Optimizations for best results", .type = OptionType::Integer, - .category = "Graphics (Common)", + .category = "Graphics (Full Screen)", }, { .title = "Only Use One Monitor",