Get rid of old early prototype OpenRGBDialog, rename OpenRGBDialog2 to OpenRGBDialog

This commit is contained in:
Adam Honse
2025-01-08 23:31:03 -06:00
parent 014ae33f0b
commit 648c0fce92
29 changed files with 2609 additions and 3042 deletions

View File

@@ -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)