UI: Add configurable option for auto-reconnecting to RFA client (#2297)

This commit is contained in:
catloversg
2025-08-27 13:58:38 +07:00
committed by GitHub
parent bd3c6c10ef
commit af75bd96e7
3 changed files with 73 additions and 7 deletions
+2
View File
@@ -114,6 +114,8 @@ export const Settings = {
RemoteFileApiAddress: "localhost",
/** Port the Remote File API client will try to connect to. 0 to disable. */
RemoteFileApiPort: 0,
/** Automatically reconnect to the Remote File API client after this delay. Set it 0 to disable. */
RemoteFileApiReconnectionDelay: 0,
/** Use wss instead of ws when connecting to RFA clients */
UseWssForRemoteFileApi: false,
/** Whether to save the game when the player saves any file. */