Skip to content

Commit

Permalink
Revert "No window"
Browse files Browse the repository at this point in the history
This reverts commit f917e17.
  • Loading branch information
jdpurcell committed Dec 1, 2024
1 parent 0ee0a04 commit 14816f2
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 14816f2

Please sign in to comment.