handles missing api key

This commit is contained in:
Santiago Lema 2025-05-07 19:26:56 -03:00
parent 2489e46d23
commit 708eb51755
7 changed files with 85 additions and 13 deletions

7
App.h
View file

@ -21,6 +21,13 @@ public:
MainWindow* mainWindow = nullptr;
void ReadyToRun()
{
printf("ready to Run");
// mainWindow->checkValidKey();
}
private:
};