diff --git a/client/main.cpp b/client/main.cpp index 4b1a2bc2..342d568c 100644 --- a/client/main.cpp +++ b/client/main.cpp @@ -77,10 +77,6 @@ int main(int argc, char *argv[]) qWarning() << "Initialization of debug subsystem failed"; } - QFont f("Lato Regular", 10); - f.setStyleStrategy(QFont::PreferAntialias); - app.setFont(f); - app.setQuitOnLastWindowClosed(false); MainWindow mainWindow;