Update PortMenu.cpp (#552)
This commit is contained in:
parent
72b5773d4d
commit
760fa3bf52
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue