Skip to content

Commit 140a26a

Browse files
committed
Added comments
1 parent 1d3c334 commit 140a26a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/context/SetupContext.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from 'react';
22

33
const { ipcRenderer } = window.require('electron');
44

5+
// Obtains setup status on application start. Toggles setup status if user wants to add a new service.
56
const SetupContext = React.createContext({
67
setupRequired: JSON.parse(ipcRenderer.sendSync('setup')),
78
toggleSetup: (currentSetup) => {

0 commit comments

Comments
 (0)