Skip to content

Commit

Permalink
ok android should be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Jul 15, 2024
1 parent dd09833 commit de7997d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/features/ButtonRowsBypass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ class $modify(EditorOptionsLayer) {
$override
void onButtonRows(CCObject* sender) {
if (0) EditorOptionsLayer::onButtonRows(sender);

FLAlertLayer::create(
"huuhdsfh",
fmt::format("sizeof(GJOptionsLayer): 0x{:x}", sizeof(GJOptionsLayer)),
"OK"
)->show();


m_buttonRows = clamp(m_buttonRows + (sender->getTag() ? 1 : -1), 2, 12);
m_buttonRowsLabel->setString(std::to_string(m_buttonRows).c_str());
}
Expand Down

0 comments on commit de7997d

Please sign in to comment.