Skip to content

Commit 5095bb6

Browse files
committed
fix slackloginwindow to allow settings
1 parent 4de97b7 commit 5095bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/slack_login/SlackLoginWindow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
import localforage from "localforage";
7373
import { useStore } from "vuex";
7474
import { ref } from "vue";
75-
const { ipcRenderer, shell } = window.require("electron");
75+
const { ipcRenderer, shell } = window;
7676
7777
const store = useStore();
7878
let isAuthenticating = ref(false);

0 commit comments

Comments
 (0)