Skip to content

Commit

Permalink
No window
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Dec 1, 2024
1 parent 69f2186 commit f917e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ int main(int argc, char *argv[])
}
else if (!QVApplication::tryRestoreLastSession())
{
QVApplication::newWindow();
//QVApplication::newWindow();
}

return QApplication::exec();
Expand Down

0 comments on commit f917e17

Please sign in to comment.