global h, slidy boi starts where it should, name

This commit is contained in:
Hane 2023-02-10 22:48:46 +01:00
commit e61c600019
10 changed files with 77 additions and 16 deletions

View file

@ -35,7 +35,7 @@ int main (int argc, char* argv[]) {
//INIT FRONT
QScopedPointer<QApplication> app(createApplication(argc, argv));
MainWindow window = MainWindow(ephs);
window.setEndpointHandlers(ephs);
//window.setEndpointHandlers(ephs);
app->setStyle("windowsvista");
window.show();
return app->exec();