mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +00:00
Projucer: Attempt to validate licence stored on disk if auth token is present without version
This commit is contained in:
parent
533f68219b
commit
9f295539c1
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ private:
|
|||
//==============================================================================
|
||||
void checkLicense()
|
||||
{
|
||||
if (state.isSignedIn() && ! state.isGPL())
|
||||
if (state.authToken.isNotEmpty() && ! state.isGPL())
|
||||
{
|
||||
auto completionCallback = [this] (LicenseQueryThread::ErrorMessageAndType error,
|
||||
LicenseState updatedState)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue