Skip to content

Fix background mode

Fixes background mode by disabling "quit on last window closed" in qt and deciding in qml, if we want to quit or not whenever the window is closed.

It would be much nicer to do this in rust, but I didn't manage to get access to the QmlApp instance later during setup or when changing the settings - maybe someone with more rust experience can find an better solution.

depends on sailo-rs!6 (merged)

Setting autostart is broken by sailjail. And granting access to the systemd configuration folder sounds like against the whole idea of the jail, so I just disabled the option in settings and instead show a message on how to enable autostart manually, if we seem to be in sailjail.

Fixes #384 (closed)

Merge request reports

Loading