mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 10:34:18 +00:00
set updateAvailable
to false by default
This commit is contained in:
parent
5fb947cc54
commit
3121bdd6d4
@ -44,7 +44,7 @@ class App extends React.Component {
|
||||
loading: true,
|
||||
pkg: null,
|
||||
initializing: false,
|
||||
updateAvailable: true,
|
||||
updateAvailable: false,
|
||||
}
|
||||
|
||||
ipcEvents = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user