Tweaks to Primfeed for Linux build
parent
c085682b54
commit
19fcb8daee
|
|
@ -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())
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue