aboutsummaryrefslogtreecommitdiff
path: root/crash
diff options
context:
space:
mode:
authorMinteck <46352972+Minteck@users.noreply.github.com>2021-07-14 01:12:14 +0200
committerMinteck <46352972+Minteck@users.noreply.github.com>2021-07-14 01:12:14 +0200
commit0f0e3de9353c06dfaabc00682b4c2fd9c5f48924 (patch)
treeaef2474d205aea7865f7c9a4f17ffee474bbe7bc /crash
parentc3b756f987ffd8ca981c1e6f23435c74aad36aea (diff)
downloadkartik-client-0f0e3de9353c06dfaabc00682b4c2fd9c5f48924.tar.gz
kartik-client-0f0e3de9353c06dfaabc00682b4c2fd9c5f48924.tar.bz2
kartik-client-0f0e3de9353c06dfaabc00682b4c2fd9c5f48924.zip
Kartik Fox Nest!
Diffstat (limited to 'crash')
-rw-r--r--crash/wrapper.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/crash/wrapper.js b/crash/wrapper.js
index ba5a8b9..16ecfd9 100644
--- a/crash/wrapper.js
+++ b/crash/wrapper.js
@@ -1,8 +1,6 @@
const { app, BrowserWindow } = require('electron')
-if (require('fs').existsSync(require('os').userInfo().homedir + "/.kartik/config/lang.txt")) {
- lp = require('fs').readFileSync(require('os').userInfo().homedir + "/.kartik/config/lang.txt").toString();
-}
+lp = "en";
function createWindow () {
const win = new BrowserWindow({