merge fix
This commit is contained in:
parent
ca94e9f878
commit
cbdd93f36e
2 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
|
||||
- enable/disable recording from command line, coded by pljones (#228)
|
||||
|
||||
- make level meter LED black when off, by fleutot (#318)
|
||||
|
||||
- added check in acknowledge message, coded by atsampson (#302)
|
||||
|
||||
- bug fix: on MacOS declare an activity to ensure the process doesn't get throttled
|
||||
|
|
|
@ -400,6 +400,7 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent )
|
|||
"<p>Emlyn Bolton (<a href=""https://github.com/emlynmac"">emlynmac</a>)</p>"
|
||||
"<p>Jos van den Oever (<a href=""https://github.com/vandenoever"">vandenoever</a>)</p>"
|
||||
"<p>Tormod Volden (<a href=""https://github.com/tormodvolden"">tormodvolden</a>)</p>"
|
||||
"<p>Gauthier Fleutot Östervall (<a href=""https://github.com/fleutot"">fleutot</a>)</p>"
|
||||
"<p>Stanislas Michalak (<a href=""https://github.com/stanislas-m"">stanislas-m</a>)</p>"
|
||||
"<p>JP Cimalando (<a href=""https://github.com/jpcima"">jpcima</a>)</p>"
|
||||
"<p>Adam Sampson (<a href=""https://github.com/atsampson"">atsampson</a>)</p>"
|
||||
|
|
Loading…
Reference in a new issue