mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-25 19:02:19 -05:00
bump lus (#2521)
This commit is contained in:
parent
7860f88241
commit
d238533aba
@ -1 +1 @@
|
||||
Subproject commit aa068f9196f79f466ee0fce5e52aac90e31709c9
|
||||
Subproject commit b7d11ccfbd0af608ee029d33684d19cb35ee227e
|
@ -272,11 +272,11 @@ namespace GameMenuBar {
|
||||
ImGui::PopStyleVar(1);
|
||||
}
|
||||
|
||||
if (SohImGui::supportsWindowedFullscreen()) {
|
||||
if (SohImGui::SupportsWindowedFullscreen()) {
|
||||
UIWidgets::PaddedEnhancementCheckbox("Windowed fullscreen", "gSdlWindowedFullscreen", true, false);
|
||||
}
|
||||
|
||||
if (SohImGui::supportsViewports()) {
|
||||
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.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user