summaryrefslogtreecommitdiffstats
path: root/src/gui/idlesession_inhibitor.h
Commit message (Collapse)AuthorAgeLines
* Properly display and log warning messages in IdleSessionInhibitorFrédéric Brière2019-07-13-0/+3
|
* Add an option to prevent an idle session while a call is in progressFrédéric Brière2019-07-13-0/+72
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