| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Generate fish shell completions at build time. Empower fish users with
completions.
Completions are copied in the [recommended directory](https://fishshell.com/docs/current/#where-to-put-completions)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also corrected order by moving Finnish.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
require vpn is enabled
|
|
|
|
|
|
|
|
|
|
A few places were missed when renaming it a while ago. currentIsBeta has
also been renamed for more consistent naming.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|