Update PortMenu.cpp (#552)

This commit is contained in:
MegaMech
2025-09-27 08:09:25 -06:00
committed by GitHub
parent 72b5773d4d
commit 760fa3bf52
+1 -1
View File
@@ -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)