mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
Change recognition of S9 for SD card warning because of changes to machine naming
This commit is contained in:
parent
a1389ba68a
commit
67d589f7a4
@ -48,7 +48,7 @@ void Welcome::refreshPage()
|
|||||||
|
|
||||||
// The SDCard warning does not need to be seen anymore for people who DON'T use ResMed S9's.. show first import and only when S9 is present
|
// The SDCard warning does not need to be seen anymore for people who DON'T use ResMed S9's.. show first import and only when S9 is present
|
||||||
for (auto & mach :mlist) {
|
for (auto & mach :mlist) {
|
||||||
if (mach->brand().contains("ResMed") && mach->series().contains("S9")) showCardWarning = true;
|
if (mach->brand().contains(STR_MACH_ResMed) && mach->series().contains("S9")) showCardWarning = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
ui->S9Warning->setVisible(showCardWarning);
|
ui->S9Warning->setVisible(showCardWarning);
|
||||||
|
Loading…
Reference in New Issue
Block a user