From 5a6dd6209d669a31b0f97c4fda5ef21187ea6b47 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:21:04 +0100 Subject: refactor: Pass launch options via object (#760) Use the existing defined interface to pass an object to store instead of just a boolean value. Allows for further extending in the future. --- src-vue/src/views/DeveloperView.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src-vue/src/views') diff --git a/src-vue/src/views/DeveloperView.vue b/src-vue/src/views/DeveloperView.vue index 975ec077..f3847d36 100644 --- a/src-vue/src/views/DeveloperView.vue +++ b/src-vue/src/views/DeveloperView.vue @@ -149,6 +149,7 @@