1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

App_update: Add addon and special page

This commit is contained in:
gnosygnu
2016-11-18 09:10:16 -05:00
parent c233214e42
commit 6459d990a5
7 changed files with 145 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ public class Xogui_grp implements Xogui_nde, Mustache_doc_itm {
else if (String_.Eq(k, "lang")) bfr.Add_str_u8(name);
else if (String_.Eq(k, "name")) bfr.Add_str_u8(name);
else if (String_.Eq(k, "help")) bfr.Add_str_u8(help);
return false;
return true;
}
public Mustache_doc_itm[] Mustache__subs(String key) {
if (String_.Eq(key, "itms")) return itms;