set updateAvailable to false by default

This commit is contained in:
srgooglo 2023-11-15 17:43:24 +01:00
parent 5fb947cc54
commit 3121bdd6d4

View File

@ -44,7 +44,7 @@ class App extends React.Component {
loading: true,
pkg: null,
initializing: false,
updateAvailable: true,
updateAvailable: false,
}
ipcEvents = {