Skip to content

Commit 460e0ef

Browse files
committed
port to 2.2074
1 parent 575d111 commit 460e0ef

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

mod.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
2-
"geode": "3.2.0",
2+
"geode": "4.0.0-alpha.1",
33
"gd": {
4-
"win": "2.206",
5-
"android": "2.206",
6-
"mac": "2.206",
7-
"ios": "2.206"
4+
"win": "2.2074",
5+
"android": "2.2074",
6+
"mac": "2.2074",
7+
"ios": "2.2074"
88
},
99
"id": "techstudent10.settings_plus",
1010
"name": "Settings+",
11-
"version": "v1.1.0",
11+
"version": "v1.2.0",
1212
"developer": "TechStudent10",
1313
"description": "A better Settings experience",
14-
"repository": "https://github.com/TechStudent10/SettingsPlus",
1514
"issues": {
1615
"info": "Please report issues and bugs to the Issues page on GitHub",
1716
"url": "https://github.com/TechStudent10/SettingsPlus/issues"
@@ -20,5 +19,8 @@
2019
"enhancement",
2120
"interface",
2221
"utility"
23-
]
22+
],
23+
"links": {
24+
"source": "https://github.com/TechStudent10/SettingsPlus"
25+
}
2426
}

src/SettingsLayer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ void SettingCell::onFMODDebug(CCObject* sender) {
158158
void SettingCell::onSongSelect(CCObject* sender) {
159159
auto mol = MoreOptionsLayer::create();
160160
mol->onSongBrowser(sender);
161+
// auto browser = GJSongBrowser::create();
162+
// browser->showLayer(true);
161163
}
162164

163165
void SettingCell::onCheckboxToggled(CCObject* sender) {

0 commit comments

Comments
 (0)