chore(script): adjust scripts format

This commit is contained in:
Skylot
2023-09-12 19:52:50 +01:00
parent 24657f6b3c
commit 2dc0db230c
13 changed files with 59 additions and 38 deletions
@@ -1,9 +1,11 @@
// customize jadx-gui
/**
* Add menu action (into 'Plugins' section)
*/
val jadx = getJadxInstance()
jadx.gui.ifAvailable {
addMenuAction("Decompile All") {
jadx.decompile.all()
jadx.decompile.allThreaded()
}
}