diff --git a/src/App.vue b/src/App.vue index ea98f70..3d52942 100644 --- a/src/App.vue +++ b/src/App.vue @@ -33,7 +33,7 @@ Please report any bugs to me on Github: https://github.com/mcarigs/mgs2-asi-config-editor/issues`; // Show the startup message dialog - showDialog(startupMessage, 'Beta Warning', MessageType.error); + showDialog(startupMessage, 'Beta Warning', MessageType.warning);