diff options
Diffstat (limited to 'features/soopyGui/index.js')
-rw-r--r-- | features/soopyGui/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/features/soopyGui/index.js b/features/soopyGui/index.js index 1d4bc45..9579194 100644 --- a/features/soopyGui/index.js +++ b/features/soopyGui/index.js @@ -36,6 +36,8 @@ class SoopyGui extends Feature { this.registerCommand("soopyv2", this.openCommand) this.registerCommand("soopy", this.openCommand) + this.registerCommand("snoopyv2", this.openCommand) + this.registerCommand("snoopy", this.openCommand) this.mainWindowElement = new SoopyBoxElement().setLocation(0.25, 0.2, 0.5, 0.6) |