From b5119b0e8ba9a5ba4913b6a20249c1d1e2795f45 Mon Sep 17 00:00:00 2001 From: PoweredByPie Date: Sat, 17 Jan 2026 10:20:23 -0800 Subject: [PATCH 1/2] fix broken link + pin branch version for popups --- tutorials/popup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/popup.md b/tutorials/popup.md index 5b641bf8..532682f4 100644 --- a/tutorials/popup.md +++ b/tutorials/popup.md @@ -152,5 +152,5 @@ This will make the popup show correctly by adding it as a child to the new `Menu ## Examples - * [`ModSettingsPopup` in Geode, which uses `Popup`](https://github.com/geode-sdk/geode/blob/main/loader/src/ui/internal/settings/ModSettingsPopup.hpp) - * [Use of `createQuickPopup` within it](https://github.com/geode-sdk/geode/blob/main/loader/src/ui/internal/settings/ModSettingsPopup.cpp#L139-L151) + * [`ModSettingsPopup` in Geode, which uses `Popup`](https://github.com/geode-sdk/geode/blob/v4.10.0/loader/src/ui/mods/settings/ModSettingsPopup.hpp) + * [Use of `createQuickPopup` within it](https://github.com/geode-sdk/geode/blob/v4.10.0/loader/src/ui/mods/settings/ModSettingsPopup.cpp#L224) From ca619befcec2cbf58f388b7efede97ca7b216028 Mon Sep 17 00:00:00 2001 From: PoweredByPie Date: Sat, 17 Jan 2026 10:22:59 -0800 Subject: [PATCH 2/2] use range instead of just one line --- tutorials/popup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/popup.md b/tutorials/popup.md index 532682f4..06ff94b3 100644 --- a/tutorials/popup.md +++ b/tutorials/popup.md @@ -153,4 +153,4 @@ This will make the popup show correctly by adding it as a child to the new `Menu ## Examples * [`ModSettingsPopup` in Geode, which uses `Popup`](https://github.com/geode-sdk/geode/blob/v4.10.0/loader/src/ui/mods/settings/ModSettingsPopup.hpp) - * [Use of `createQuickPopup` within it](https://github.com/geode-sdk/geode/blob/v4.10.0/loader/src/ui/mods/settings/ModSettingsPopup.cpp#L224) + * [Use of `createQuickPopup` within it](https://github.com/geode-sdk/geode/blob/v4.10.0/loader/src/ui/mods/settings/ModSettingsPopup.cpp#L224-L236)