Skip to content

Commit a10893c

Browse files
committed
Fixing issue with accessibility service security
1 parent bc6a257 commit a10893c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

assets/adb/app-debug.apk

1.74 MB
Binary file not shown.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"hot",
1313
"reload"
1414
],
15-
"version": "2.0.2",
15+
"version": "2.0.3",
1616
"homepage": "https://github.com/jwlilly/Android-Accessibility-Inspector-Ap/#readme",
1717
"bugs": {
1818
"url": "https://github.com/jwlilly/Android-Accessibility-Inspector-App/issues"

src/main/menu.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,13 @@ export default class MenuBuilder {
157157
const subMenuViewProd: MenuItemConstructorOptions = {
158158
label: 'View',
159159
submenu: [
160+
{
161+
label: 'Reload',
162+
accelerator: 'Command+R',
163+
click: () => {
164+
this.mainWindow.webContents.reload();
165+
},
166+
},
160167
{
161168
label: 'Toggle Full Screen',
162169
accelerator: 'Ctrl+Command+F',

0 commit comments

Comments
 (0)