diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-23 21:23:26 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-23 21:23:26 +0800 |
commit | 28193e6ed424acd2fcd2a47f1d5e4be53b23e63f (patch) | |
tree | a30b66500869697265a59378f6b60fd09b23a6a8 /featureClass | |
parent | 38b52c027450cb4c26d62a3beb5822c6c607e8c2 (diff) | |
download | SoopyV2-28193e6ed424acd2fcd2a47f1d5e4be53b23e63f.tar.gz SoopyV2-28193e6ed424acd2fcd2a47f1d5e4be53b23e63f.tar.bz2 SoopyV2-28193e6ed424acd2fcd2a47f1d5e4be53b23e63f.zip |
Update metadata for v2.0.12
Diffstat (limited to 'featureClass')
-rw-r--r-- | featureClass/featureManager.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js index 8937043..d52d892 100644 --- a/featureClass/featureManager.js +++ b/featureClass/featureManager.js @@ -84,7 +84,7 @@ class FeatureManager { this.loadFeature(args) }).start() }, this) - this.registerCommand("soopylaginformation", (args)=>{ + this.registerCommand("soopylaginformation", (args)=>{ //TODO: make this a dedicated GUI new Thread(()=>{ this.recordingPerformanceUsage = true this.performanceUsage = {} |