diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-12-04 23:02:40 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-12-04 23:02:40 +0800 |
commit | 06496661120f7858f26a29f76631e6f0a0ebae7f (patch) | |
tree | 569d912a4d10a9439e2def8d71e5d9dcafe2cb95 /doc/optionsdialog.html | |
parent | 96a17cb0283647b7a5b7afa9c35a5d1d2b8d6fc7 (diff) | |
download | QMidiPlayer-06496661120f7858f26a29f76631e6f0a0ebae7f.tar.xz |
Do not crash if midi device is disconnected during the playback.
Linux build no longer searches working directory for plugins. Instead
it should search the plugin folder in the executable directory.
Documentation update.
Diffstat (limited to 'doc/optionsdialog.html')
-rw-r--r-- | doc/optionsdialog.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/optionsdialog.html b/doc/optionsdialog.html index 24a6ca7..b473b91 100644 --- a/doc/optionsdialog.html +++ b/doc/optionsdialog.html @@ -81,11 +81,11 @@ </ul> <img src="../img/options5.png" width="440"><br> Plugin manager. View details of plugins, enable or disable them here.<br> - Enabled plugin list is applied after a restart.<br> + Changes in this page require a restart to take effect. New plugins are enabled by default.<br> Plugin scanning follows the order below: <ul> <li>(*nix) /usr/lib/qmidiplayer</li> - <li>The folder containing QMidiPlayer's executable file.</li> + <li>a folder named "plugins" in the folder containing QMidiPlayer's executable file.</li> </ul> <br><a href="index.html">Return</a> </div> |