| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Electron is removing values that are undefined when sending objects
through the IPC and therefore doesn't update the redux state when using
the spread operator. To solve this, this commit uses null instead of
undefined to represent that there are no upgrades.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 84f41658296c8bfa14ca432f0096cd9769afaecd.
|
|
|
|
latest patch release
|
|
|
|
|
|
|
|
|
|
This commit adds a message in a popup that clearly explains the
possible dangers of disabling the block when disconnected setting and
lets exposes the setting without navigating to advanced settings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|