UI improvements on various pages (#1078)

This commit is contained in:
pa
2025-01-13 21:00:09 +09:00
committed by GitHub
parent 7475ed7e32
commit 5221b9d8c1
9 changed files with 60 additions and 51 deletions

View File

@@ -10532,6 +10532,8 @@ console.log(`isLinux: ${LINUX}`);
bundleSizes: [],
lastUpdated: ''
};
$app.data.currentInstanceWorldDescriptionExpanded = false;
$app.data.currentInstanceLocation = {};
$app.methods.updateCurrentInstanceWorld = function () {