mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-05 06:34:25 -04:00
Add server information to user interface and provide buttons to start and stop server, change port
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -52,7 +52,7 @@ int main(int argc, char* argv[])
|
||||
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
QApplication a(argc, argv);
|
||||
|
||||
Ui::OpenRGBDialog2 dlg(busses, rgb_controllers, profile_manager);
|
||||
Ui::OpenRGBDialog2 dlg(busses, rgb_controllers, &profile_manager, &server);
|
||||
dlg.show();
|
||||
|
||||
return a.exec();
|
||||
|
||||
Reference in New Issue
Block a user