From 760fa3bf5226c2a6052a5d4d53fd0e27f2911e60 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Sat, 27 Sep 2025 08:09:25 -0600 Subject: [PATCH] Update PortMenu.cpp (#552) --- src/port/ui/PortMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/port/ui/PortMenu.cpp b/src/port/ui/PortMenu.cpp index 606cdab58..f0ef3fb83 100644 --- a/src/port/ui/PortMenu.cpp +++ b/src/port/ui/PortMenu.cpp @@ -324,7 +324,7 @@ void PortMenu::AddSettings() { .PreFunc( [](WidgetInfo& info) { info.isHidden = mPortMenu->disabledMap.at(DISABLE_FOR_NO_MULTI_VIEWPORT).active; }) .Options(CheckboxOptions() - .Tooltip("Allows multiple windows to be opened at once. Requires a reload to take effect.") + .Tooltip("Allows multiple ImGui windows to be opened at once (Does not effect the game or the splitscreen modes). Requires a reload to take effect.") .DefaultValue(true)); AddWidget(path, "Texture Filter (Needs reload)", WIDGET_CVAR_COMBOBOX) .CVar(CVAR_TEXTURE_FILTER)