mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-14 09:34:39 -04:00
Get rid of old early prototype OpenRGBDialog, rename OpenRGBDialog2 to OpenRGBDialog
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -25,7 +25,7 @@
|
||||
io_connect_t macUSPCIO_driver_connection;
|
||||
#endif
|
||||
|
||||
#include "OpenRGBDialog2.h"
|
||||
#include "OpenRGBDialog.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include "macutils.h"
|
||||
@@ -224,7 +224,7 @@ int main(int argc, char* argv[])
|
||||
/*---------------------------------------------------------*\
|
||||
| Main UI widget |
|
||||
\*---------------------------------------------------------*/
|
||||
Ui::OpenRGBDialog2 dlg;
|
||||
Ui::OpenRGBDialog dlg;
|
||||
LOG_TRACE("[main] Dialog created");
|
||||
|
||||
if(ret_flags & RET_FLAG_I2C_TOOLS)
|
||||
|
||||
Reference in New Issue
Block a user