Tweaks to Primfeed for Linux build

master
Beq 2025-05-20 00:03:29 +01:00
parent c085682b54
commit 19fcb8daee
2 changed files with 7 additions and 1 deletions

View File

@ -875,6 +875,11 @@ void FSFloaterPrimfeed::draw()
mStatusErrorText->setValue(status_text);
break;
}
default:
{
LL_WARNS("Prmfeed") << "unexpected state" << connection_state << LL_ENDL;
break;
}
}
}
else if (FSPrimfeedAuth::isPendingAuth())

View File

@ -24,7 +24,8 @@
* The Phoenix Firestorm Project, Inc., 1831 Oakwood Drive, Fairmont, Minnesota 56031-3225 USA
* http://www.firestormviewer.org
* $/LicenseInfo$
*
*/
/*
* Handles Primfeed authentication and authorisation through a multi-factor OAuth flow.
*