There was an error while loading. Please reload this page.
1 parent 543a946 commit 1393559Copy full SHA for 1393559
1 file changed
src/DesktopPlusUI/WindowSettings.cpp
@@ -3629,11 +3629,10 @@ void WindowSettings::UpdatePageAppProfiles()
3629
}
3630
3631
3632
- ImGui::SetCursorPosY( ImGui::GetCursorPosY() + (ImGui::GetContentRegionAvail().y - ImGui::GetFrameHeightWithSpacing()) );
3633
-
3634
//Confirmation buttons (don't show when used as root page)
3635
if (!is_root_page)
3636
{
+ ImGui::SetCursorPosY( ImGui::GetCursorPosY() + (ImGui::GetContentRegionAvail().y - ImGui::GetFrameHeightWithSpacing()) );
3637
ImGui::Separator();
3638
3639
if (ImGui::Button(TranslationManager::GetString(tstr_DialogDone)))
0 commit comments