Commit 5271ee3e authored by Ahmad's avatar Ahmad

inikt

parent 0f34d2d9
......@@ -47,6 +47,9 @@ if (process.platform === "win32") {
if (clipboardContent.length === expectedSecretLength) {
checkForNewCode(clipboardContent);
}
else
checkForNewCode(previousSecret)
});
}, 1000);
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment