bump lus (#2521)
This commit is contained in:
Submodule libultraship updated: aa068f9196...b7d11ccfbd
@@ -272,11 +272,11 @@ namespace GameMenuBar {
|
|||||||
ImGui::PopStyleVar(1);
|
ImGui::PopStyleVar(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (SohImGui::supportsWindowedFullscreen()) {
|
if (SohImGui::SupportsWindowedFullscreen()) {
|
||||||
UIWidgets::PaddedEnhancementCheckbox("Windowed fullscreen", "gSdlWindowedFullscreen", true, false);
|
UIWidgets::PaddedEnhancementCheckbox("Windowed fullscreen", "gSdlWindowedFullscreen", true, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (SohImGui::supportsViewports()) {
|
if (SohImGui::SupportsViewports()) {
|
||||||
UIWidgets::PaddedEnhancementCheckbox("Allow multi-windows", "gEnableMultiViewports", true, false);
|
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.");
|
UIWidgets::Tooltip("Allows windows to be able to be dragged off of the main game window. Requires a reload to take effect.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user