dev tools: add simple settings tracker

This commit is contained in:
Adam
2017-05-03 18:52:31 -04:00
parent 29280179f7
commit 6f8d000351
3 changed files with 146 additions and 1 deletions

View File

@@ -313,4 +313,14 @@ public class Client
{
return new XHashTable(client.getComponentTable());
}
public int[] getSettings()
{
return client.getSettings();
}
public int[] getWidgetSettings()
{
return client.getWidgetSettings();
}
}