mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-08 21:03:54 +08:00
#5657 Don't clear edition when appconfig contains an invalid serial key
This commit is contained in:
@@ -31,7 +31,6 @@ LicenseManager::LicenseManager(AppConfig* appConfig) :
|
||||
} catch (...) {
|
||||
/* Remove garbage serial keys from the registry */
|
||||
m_AppConfig->setSerialKey("");
|
||||
m_AppConfig->setEdition(kUnregistered);
|
||||
m_AppConfig->saveSettings();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user