Make this work properly on windows

This commit is contained in:
2026-01-13 17:19:20 -07:00
parent df4a86216b
commit e7a37a7cee
3 changed files with 11 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
app.setStyle("fusion");
QWidget window;
window.setWindowTitle("Crab Crawler");