mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-15 01:22:59 -07:00
add a toggle for multi viewports in imgui (#1896)
This commit is contained in:
parent
c9a3dcdb44
commit
adb1365200
1 changed files with 5 additions and 0 deletions
|
@ -686,6 +686,11 @@ namespace GameMenuBar {
|
||||||
ImGui::PopStyleVar(1);
|
ImGui::PopStyleVar(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (SohImGui::supportsViewports()) {
|
||||||
|
UIWidgets::PaddedEnhancementCheckbox("Allow multi-windows", "gEnableMultiViewports", true, false);
|
||||||
|
UIWidgets::Tooltip("Allows windows to be able to be dragged off of the main game window. Requires a reload to take effect.");
|
||||||
|
}
|
||||||
|
|
||||||
EXPERIMENTAL();
|
EXPERIMENTAL();
|
||||||
|
|
||||||
ImGui::Text("Texture Filter (Needs reload)");
|
ImGui::Text("Texture Filter (Needs reload)");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue