Skip to content
Snippets Groups Projects
Commit 0410344c authored by Ray Schamp's avatar Ray Schamp
Browse files

Don't disable the preview modal for everyone

whoops
parent 25dbc252
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ const initialState = {
[MODAL_FEEDBACK_FORM]: false,
[MODAL_IMPORT_INFO]: false,
[MODAL_LOADING_PROJECT]: false,
[MODAL_PREVIEW_INFO]: false,
[MODAL_PREVIEW_INFO]: true,
[MODAL_SOUND_LIBRARY]: false,
[MODAL_SPRITE_LIBRARY]: false,
[MODAL_SOUND_RECORDER]: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment