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

View file

@ -38,6 +38,8 @@ void App::AboutRequested() {
about->Show();
}
int main() {
App *app = new App();
app->Run();