We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 123fc81 + 4019fea commit 6098368Copy full SHA for 6098368
VortexEngine/src/Menus/MenuList/EditorConnection.cpp
@@ -366,6 +366,8 @@ void EditorConnection::handleState()
366
}
367
break;
368
case STATE_PUSH_EACH_MODE_DONE:
369
+ // save the new modes
370
+ Modes::saveStorage();
371
// did originally receive/send a DONE message here but it wasn't working
372
// on lightshow.lol so just skip to IDLE
373
m_state = STATE_IDLE;
0 commit comments