mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-01 09:57:19 -04:00
add a toggle for multi viewports in imgui (#1896)
This commit is contained in:
@@ -686,6 +686,11 @@ namespace GameMenuBar {
|
||||
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();
|
||||
|
||||
ImGui::Text("Texture Filter (Needs reload)");
|
||||
|
||||
Reference in New Issue
Block a user