Skip to content

Commit

Permalink
Merge branch 'main' of github.com:geode-sdk/geode
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Dec 27, 2023
2 parents 6760151 + d057d8b commit f0aedba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions loader/src/ui/nodes/MDTextArea.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// #include <Geode/binding/ProfilePage.hpp>
#include <Geode/binding/ProfilePage.hpp>
#include <Geode/binding/CCContentLayer.hpp>
#include <Geode/loader/Mod.hpp>
#include <Geode/ui/MDTextArea.hpp>
Expand Down Expand Up @@ -181,8 +181,7 @@ void MDTextArea::onGDProfile(CCObject* pSender) {
auto profile = std::string(href->getCString());
profile = profile.substr(profile.find(":") + 1);
try {
// TODO: im really lazy rn
// ProfilePage::create(std::stoi(profile), false)->show();
ProfilePage::create(std::stoi(profile), false)->show();
}
catch (...) {
FLAlertLayer::create(
Expand Down

0 comments on commit f0aedba

Please sign in to comment.