From 13e84d50fa5c4420d29e6bbd6500516145975d4d Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Sun, 29 May 2022 18:27:48 -0700 Subject: [PATCH] set last connection defaults --- src/utils/configuration.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/configuration.ts b/src/utils/configuration.ts index f07da09..7dfdf12 100644 --- a/src/utils/configuration.ts +++ b/src/utils/configuration.ts @@ -13,8 +13,8 @@ let defaultConfig: Configuration java_path: '', close_action: 0, startup_launch: false, - last_ip: '', - last_port: '', + last_ip: 'localhost', + last_port: '443', language: 'en', customBackground: '', cert_generated: false,