mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
Fix intermittent disable session checkbox not working.
This commit is contained in:
parent
3fc8979699
commit
f304e542fc
@ -587,7 +587,7 @@ void Daily::Link_clicked(const QUrl &url)
|
||||
{
|
||||
QString code=url.toString().section("=",0,0).toLower();
|
||||
QString data=url.toString().section("=",1);
|
||||
int sid=data.toInt();
|
||||
SessionID sid=data.toUInt();
|
||||
Day *day=nullptr;
|
||||
|
||||
if (code=="togglecpapsession") { // Enable/Disable CPAP session
|
||||
|
Loading…
Reference in New Issue
Block a user