Git commit 7c265fcfc674f9d1664d71f7f0cc01fe21bf4777 by Yuri Chornoivan. Committed on 13/08/2020 at 05:36. Pushed by yurchor into branch 'master'.
Add new 'Explore with...' option to the docs M +8 -2 doc/index.docbook https://invent.kde.org/games/kmines/commit/7c265fcfc674f9d1664d71f7f0cc01fe21bf4777 diff --git a/doc/index.docbook b/doc/index.docbook index 34e7ab6b..f806b566 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -53,8 +53,8 @@ <legalnotice>&FDLNotice;</legalnotice> -<date>2019-01-07</date> -<releaseinfo>4.0 (Applications 19.04)</releaseinfo> +<date>2020-08-13</date> +<releaseinfo>4.0 (Applications 20.12)</releaseinfo> <abstract><para>&kmines; is the &kde; version of the classic minesweeper game.</para></abstract> @@ -324,6 +324,12 @@ The game settings can be configured by selecting <menuchoice><guimenu>Settings</ <para>When checked, allows you to disable scoring on reset.</para> </listitem> </varlistentry> + <varlistentry> + <term>Explore with Left Click on Number Cells</term> + <listitem> + <para>When checked, the &LMB; click on a number cell will have the same effect as the &MMB; click.</para> + </listitem> + </varlistentry> </variablelist> <para>
