mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
config json viewer
This commit is contained in:
@@ -5422,6 +5422,7 @@ CefSharp.BindObjectAsync(
|
||||
|
||||
// App: More
|
||||
|
||||
$app.data.configTreeData = [];
|
||||
$app.data.currentUserTreeData = [];
|
||||
$app.data.pastDisplayNameTable = {
|
||||
data: [],
|
||||
@@ -5531,6 +5532,10 @@ CefSharp.BindObjectAsync(
|
||||
}
|
||||
};
|
||||
|
||||
$app.methods.refreshConfigTreeData = function () {
|
||||
this.configTreeData = buildTreeData(API.cachedConfig);
|
||||
};
|
||||
|
||||
$app.methods.refreshCurrentUserTreeData = function () {
|
||||
this.currentUserTreeData = buildTreeData(API.currentUser);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user