diff --git a/include.rst b/include.rst index 372044b..ee3f22e 100644 --- a/include.rst +++ b/include.rst @@ -64,4 +64,7 @@ h2 > img { padding-right: 5px; } + div.admonition > p:nth-child(2) { + margin-bottom: 0; + } diff --git a/usage/menubar.rst b/usage/menubar.rst index 496c3f3..5702325 100644 --- a/usage/menubar.rst +++ b/usage/menubar.rst @@ -1,3 +1,5 @@ +.. include:: /include.rst + Menu bar ======== @@ -78,7 +80,11 @@ Tools * **Enable Discord integration:** enable Discord Rich Presence. 86Box shares the emulated machine's name, model and CPU with other Discord users. -.. note:: Discord integration will not be available if the Discord desktop app is not running, if (on Windows hosts) the included ``discord_game_sdk.dll`` file is missing from the 86Box directory, or (on Linux hosts) non-x86_64 builds. +.. note:: Discord integration: + + * requires the Discord desktop app, and will not work with the browser app; + * will be unavailable on Windows hosts if the included ``discord_game_sdk.dll`` file is missing from the 86Box directory; + * only supports the ``x86_64`` host architecture on Linux builds, as Discord does not provide integration components for other architectures. * **Take screenshot:** take a screenshot of the emulated display. Screenshots are saved as .png images in the ``screenshots`` subdirectory found in the emulated machine's directory. * **Sound gain:** open the :ref:`sound gain control `, which is also accessible through the status bar.