From 4677d7c40fe76c0e92d901d80dbc2df9719c8efd Mon Sep 17 00:00:00 2001 From: "Benoit Socias (bso)" Date: Mon, 4 Apr 2022 14:14:44 +0200 Subject: [PATCH] Update RD training chapter 2 At the point when the developer mode is introduced in the training, it is confusing because the documentation page describes the option inside the Settings page, but that page only appears if at least one application is installed. (Otherwise, the Settings app shows the Users instead) --- content/developer/howtos/rdtraining/02_setup.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/developer/howtos/rdtraining/02_setup.rst b/content/developer/howtos/rdtraining/02_setup.rst index 3ac8f7249..5e7ef5da6 100644 --- a/content/developer/howtos/rdtraining/02_setup.rst +++ b/content/developer/howtos/rdtraining/02_setup.rst @@ -326,6 +326,9 @@ This is useful for training and we assume that the user is in developer mode for To activate the developer or debug mode you can follow the steps `here `_. +.. note:: + The main page of the Settings screen is only accessible if at least one application is installed. You will be led into installing your own application in the next chapter. + Extra tools ===========