diff --git a/frontend/src/windows/main/components/Onboarding.svelte b/frontend/src/windows/main/components/Onboarding.svelte index fcd31cd..03d5c30 100644 --- a/frontend/src/windows/main/components/Onboarding.svelte +++ b/frontend/src/windows/main/components/Onboarding.svelte @@ -59,33 +59,27 @@ - + Quick setup -

To unlock the true power of AppleBlox, you can follow these steps.

+

To maximize your experience with AppleBlox, consider the following setup options:


- If you want to make AppleBlox work when launching from the website, you can click the "Use Roblox URL" button. - If you want to disable that later, you can always turn it off inside the "Misc" tab. + For seamless integration with Roblox's website, activate the "Use Roblox URL" feature. This setting can be + toggled on or off at any time through the "Misc" tab.

-
-

You should also create a launch shortcut from the button below (also possible in the "Misc" tab)!

-

- If you want to use the Window Movement feature, we suggest you go into - System Settings → Privacy & Security → Accessibility - and press the - + icon to choose and add the AppleBlox app. (Note: Due to a bug, you will need to remove and add - the app in the permission settings every AppleBlox update) + To streamline your access to AppleBlox, create a launch shortcut using the button below. This option is also + available in the "Misc" tab for future reference.


- 🌟 Don't forget to leave a Star on the - GitHub repo - and join the - Discord Server! + 🌟 If you find AppleBlox useful, consider supporting us by: +
• Starring our GitHub repository +
• Joining our Discord community for updates and support

+

Thank you for choosing AppleBlox!

@@ -94,7 +88,7 @@ on:click={() => { Roblox.Utils.createShortcut(); }} - variant="secondary" + variant="outline" > Create shortcut @@ -103,7 +97,7 @@ await setValue('roblox.launching.delegate', true, true); toast.info('Roblox will now open AppleBlox before starting'); }} - variant="secondary" + variant="outline" >Use Roblox URL