From 78548403e6b09c2cb03be43f4af7e669f6d4dcf0 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 20 Apr 2025 17:34:38 -0400 Subject: [PATCH] Move launcher function docs to the wiki --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 51388d5..b20b4a6 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,7 @@ Then you need to install the MinGW toolchain, as one of our dependencies has to ## Tips & Tricks -### Launcher Functions - -Here are some interesting native functions that are callable from JavaScript. To call these, use `window.external.user`. - -* `systemConfig`: Opens the system config program. -* `requestExit`: Despite the name, exits the launcher immediately. -* `requestReboot`: Exits the launcher immediately, doesn't seem to come back though? +Check out the [Launcher page on wiki.xiv.zone](https://wiki.xiv.zone/Launcher) for more details about the launcher's functions. ### Logging Proxy