Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Properly display and log warning messages in IdleSessionInhibitor | Frédéric Brière | 2019-07-13 | -12/+15 |
| | ||||
* | Add an option to prevent an idle session while a call is in progress | Frédéric Brière | 2019-07-13 | -0/+193 |
Having the session marked as idle while a call is in progress could trigger certain actions (such as locking the screen, logging out automatically, or suspending the system) which could be undesirable in this situation. Closes #123 |