MISC: Allow using wss for RFA (#1942)

This commit is contained in:
catloversg
2025-02-01 02:07:38 +07:00
committed by GitHub
parent 40c696feb1
commit 822c55574d
3 changed files with 12 additions and 3 deletions

View File

@@ -113,6 +113,8 @@ export const Settings = {
RemoteFileApiAddress: "localhost",
/** Port the Remote File API client will try to connect to. 0 to disable. */
RemoteFileApiPort: 0,
/** Use wss instead of ws when connecting to RFA clients */
UseWssForRemoteFileApi: false,
/** Whether to save the game when the player saves any file. */
SaveGameOnFileSave: true,
/** Whether to hide the confirmation dialog for augmentation purchases. */
@@ -179,7 +181,7 @@ export const Settings = {
hideTrailingDecimalZeros: false,
/** Whether to hide thousands separators. */
hideThousandsSeparator: false,
/** Whether to use engineering notation instead of scientific for exponentials. */
/** Whether to use engineering notation instead of scientific for exponential form. */
useEngineeringNotation: false,
/** Whether to disable suffixes and always use exponential form (scientific or engineering). */
disableSuffixes: false,