File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 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"
2019 " enhancement" ,
2120 " interface" ,
2221 " utility"
23- ]
22+ ],
23+ "links" : {
24+ "source" : " https://github.com/TechStudent10/SettingsPlus"
25+ }
2426}
Original file line number Diff line number Diff line change @@ -158,6 +158,8 @@ void SettingCell::onFMODDebug(CCObject* sender) {
158158void SettingCell::onSongSelect (CCObject* sender) {
159159 auto mol = MoreOptionsLayer::create ();
160160 mol->onSongBrowser (sender);
161+ // auto browser = GJSongBrowser::create();
162+ // browser->showLayer(true);
161163}
162164
163165void SettingCell::onCheckboxToggled (CCObject* sender) {
You can’t perform that action at this time.
0 commit comments