one more try

This commit is contained in:
Eric Froemling 2024-03-15 09:02:33 -07:00
parent cf200bb2b0
commit 7c983e83a6
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -246,7 +246,7 @@ void BaseFeatureSet::StartApp() {
app_started_ = true;
// As the last step of this phase, tell the logic thread to apply the app
// config which will kick off screen creation and otherwise to get the
// config which will kick off screen creation or otherwise to get the
// ball rolling.
{
Python::ScopedInterpreterLock gil;