Skip to content

Commit 6098368

Browse files
committed
Merge branch 'master' into duo
2 parents 123fc81 + 4019fea commit 6098368

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

VortexEngine/src/Menus/MenuList/EditorConnection.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ void EditorConnection::handleState()
366366
}
367367
break;
368368
case STATE_PUSH_EACH_MODE_DONE:
369+
// save the new modes
370+
Modes::saveStorage();
369371
// did originally receive/send a DONE message here but it wasn't working
370372
// on lightshow.lol so just skip to IDLE
371373
m_state = STATE_IDLE;

0 commit comments

Comments
 (0)