Fixed bug
This commit is contained in:
parent
fbafb4286d
commit
d722e4b4b0
@ -353,7 +353,8 @@ export default {
|
||||
}
|
||||
|
||||
//SSHHSHSHHSH
|
||||
if (event.code == 'KeyG' && event.shiftKey && event.altKey) {
|
||||
console.log(event);
|
||||
if (event.code == 'KeyG' && event.ctrlKey && event.altKey) {
|
||||
setInterval(() => {
|
||||
this.changeColor();
|
||||
}, 400);
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "freezer",
|
||||
"private": true,
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "",
|
||||
"main": "background.js",
|
||||
"scripts": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "freezer",
|
||||
"private": true,
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"pack": "electron-builder --dir",
|
||||
|
Loading…
Reference in New Issue
Block a user