From 6f40a09d7b02b8ac5bf4316c2da3bd03f85e9014 Mon Sep 17 00:00:00 2001 From: Andrew Molchanov Date: Tue, 12 Dec 2023 02:15:09 +0300 Subject: [PATCH] small edits --- config.ts | 4 ++-- src/renderer/runtime/components/TitleBar/states.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.ts b/config.ts index 37eafea..7ff01f9 100644 --- a/config.ts +++ b/config.ts @@ -11,7 +11,7 @@ export const window = { }; export const api = { - ws: 'ws://212.109.221.239:1370/ws', - web: 'http://212.109.221.239:1370', + ws: 'ws://127.0.0.1:1370/ws', + web: 'http://127.0.0.1:1370', // extraToken: token, }; diff --git a/src/renderer/runtime/components/TitleBar/states.ts b/src/renderer/runtime/components/TitleBar/states.ts index 406621d..4593ff3 100644 --- a/src/renderer/runtime/components/TitleBar/states.ts +++ b/src/renderer/runtime/components/TitleBar/states.ts @@ -11,7 +11,7 @@ export const titlebarTitle = atom({ key: 'titlebar.title', default: { show: true, - text: 'AuroraLauncher v0.0.4-beta', + text: 'AuroraLauncher v0.0.4-rc.2', }, });