()
| 195 | |
| 196 | // Remove auto_update_enabled from configStore on app close or quit |
| 197 | function cleanupAutoUpdateFlag() { |
| 198 | if (configStore.has('auto_update_enabled')) { |
| 199 | configStore.delete('auto_update_enabled'); |
| 200 | } |
| 201 | } |
| 202 | |
| 203 | // This function will force quit and install update and restart the app |
| 204 | function forceQuitAndInstallUpdate() { |
no test coverage detected