We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3c334 commit 140a26aCopy full SHA for 140a26a
app/context/SetupContext.js
@@ -2,6 +2,7 @@ import React from 'react';
2
3
const { ipcRenderer } = window.require('electron');
4
5
+// Obtains setup status on application start. Toggles setup status if user wants to add a new service.
6
const SetupContext = React.createContext({
7
setupRequired: JSON.parse(ipcRenderer.sendSync('setup')),
8
toggleSetup: (currentSetup) => {
0 commit comments