Add icon for older C-Series PRS1 ventilators.

This commit is contained in:
sawinglogz 2020-04-22 15:28:36 -04:00
parent f189b2f0e2
commit 59e4a3af68
3 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@
<file>icons/sdcard-lock.png</file>
<file>icons/statistics.png</file>
<file>icons/prs1.png</file>
<file>icons/prs1vent.png</file>
<file>icons/cms50f.png</file>
<file>icons/rms9.png</file>
<file>icons/intellipap.png</file>

View File

@ -394,7 +394,7 @@ const char* PRS1ModelInfo::Name(const QString & model) const
QMap<const char*,const char*> s_PRS1Series = {
{ "System One 60 Series", ":/icons/prs1_60s.png" }, // needs to come before following substring
{ "System One", ":/icons/prs1.png" },
{ "C Series", ":/icons/prs1.png" }, // TODO
{ "C Series", ":/icons/prs1vent.png" },
{ "DreamStation", ":/icons/dreamstation.png" },
};

BIN
oscar/icons/prs1vent.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB