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

Cfg: Save items when changed

This commit is contained in:
gnosygnu
2016-11-16 09:51:47 -05:00
parent 2cc39bf6bc
commit d216562fba
13 changed files with 133 additions and 29 deletions

View File

@@ -40,4 +40,6 @@ public class Bridge_cmd_mgr {
}
}
private static final byte[] Key_cmd = Bry_.new_a7("cmd"), Key_data = Bry_.new_a7("data");
public static final byte[] Msg__proc = Bry_.new_a7("proc"), Msg__args = Bry_.new_a7("args");
public static String Msg__ok = String_.Empty;
}