Skip to content

v1.7.0

Choose a tag to compare

@alin23 alin23 released this 13 Jan 12:45
· 2 commits to main since this release
73b0e26

Launch at login

Now launch at login can be configured through the config file.

The config file is located at:

~/.config/istherenet/config.json

The config now supports a new key launchAtLogin which can be set to true or false:

{
    ...
    "launchAtLogin": false, // default is true
    ...
}