Age | Commit message (Collapse) | Author |
|
fixes #252
|
|
Previously disabling or enabling a core mod would show a prompt warning
about the fact that a core mod is being toggled. This is only needed for
when disabling a core mod.
fixes #253
|
|
feat: support thunderstore ror2mm protocol for installing mods
|
|
feat: handle unzip errors
|
|
|
|
Co-authored-by: Rémy Raes <contact@remyraes.com>
|
|
|
|
|
|
|
|
|
|
|
|
its a bit redundant since the title already states that we are installing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is achieved by sending an IPC event to the renderer and waiting for a reply once
Since this is async we return from the function after sending the event and recursively invoke it once the reply arrives
The package data is returned a a JSON String because Electron is unable to copy the Object over IPC
|
|
|
|
|
|
|
|
|
|
Co-authored-by: 0neGal <mail@0negal.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/0neGal/viper/pull/241
|
|
|
|
|
|
If a selected element has its bounds changed, so should the
`#selection`, this makes it so it now does that.
|
|
|
|
|
|
|
|
|
|
|
|
This is for when you use Q/E on keyboard or the bumper buttons on a
gamepad, this prevents your selection from being on an element that is
no longer visible.
|
|
|
|
|
|
|
|
|