dev tools: add simple settings tracker
This commit is contained in:
@@ -313,4 +313,14 @@ public class Client
|
||||
{
|
||||
return new XHashTable(client.getComponentTable());
|
||||
}
|
||||
|
||||
public int[] getSettings()
|
||||
{
|
||||
return client.getSettings();
|
||||
}
|
||||
|
||||
public int[] getWidgetSettings()
|
||||
{
|
||||
return client.getWidgetSettings();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user