Skip to content

Commit 74cec97

Browse files
Disabled CTRL + R Again
- Disabling refresh
1 parent 2c87cb9 commit 74cec97

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zerocraft-sync",
33
"productName": "Zerocraft Sync",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "My Electron application description",
66
"main": "src/index.js",
77
"scripts": {

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,9 @@ app.on('ready', () => {
6969
return;
7070
}
7171

72-
/*
7372
globalShortcut.register('CommandOrControl+R', () => {
7473
return;
7574
});
76-
*/
7775
});
7876

7977
ipcMain.handle('server-properties-handler', async (req, data) => {

0 commit comments

Comments
 (0)