Skip to content

Commit

Permalink
fix again....
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Oct 22, 2024
1 parent a2c4376 commit 9f8e619
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.3.2
* Fix import button in My Lists being misplaced pt. 2

# v1.3.1
* Fix import button in My Lists being misplaced

Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"win": "2.206",
"mac": "2.206"
},
"version": "1.3.1",
"version": "1.3.2",
"id": "hjfod.gdshare",
"name": "GDShare",
"developer": "HJfod",
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ struct $modify(ImportLayer, LevelBrowserLayer) {
importBtn->setID("import-level-button"_spr);

// This one has an ID but no layout which is CRINGE
if (search->m_searchType == SearchType::MyLists) {
if (search->m_searchType == SearchType::MyLists && search->m_searchIsOverlay) {
btnMenu->addChildAtPosition(importBtn, Anchor::BottomLeft, ccp(0, 60), false);
}
else {
Expand Down

0 comments on commit 9f8e619

Please sign in to comment.