From 46d69c31d1a4a621581d26b739a28fa148e257ee Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sun, 29 Dec 2024 17:43:54 +0100 Subject: [PATCH] Update docs --- docs/source/project_overview.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/source/project_overview.rst b/docs/source/project_overview.rst index 6f8d197b..eb169b47 100644 --- a/docs/source/project_overview.rst +++ b/docs/source/project_overview.rst @@ -388,3 +388,16 @@ application like for instance Libre Office Calc or Excel. definition of idle here is that the novelWriter main window loses focus, or the user hasn't made any changes to the currently open document in five minutes. The number of minutes can be altered in **Preferences**. + + +Session Timer +------------- + +A session timer is by default visible in the status bar. The icon will show you a clock icon when +you are active, and a pause icon when you are considered "idle" per the criteria mentioned above. + +If you do not wish to see the timer, you can click on it once to hide it. The icon will still be +visible. Click the icon once more to display the timer again. + +.. versionadded:: 2.6 + As of version 2.6, clicking the timer text or icon in the status bar will toggle its visibility.