Skip to content

Commit

Permalink
Reset store on update + Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroVasin committed Sep 29, 2024
1 parent c3dea5f commit fa43e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function updateContextMenu() {
{
label: 'Update and Restart',
click: () => {
store.set('new_version_released', false)
store.clear()
autoUpdater.quitAndInstall()
}
}
Expand Down

0 comments on commit fa43e17

Please sign in to comment.