From 33e47879f90fc54349cd6f442da094284219c847 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 6 May 2023 02:21:45 -0700 Subject: fix(soyuz.hh): lunar window name base --- include/soyuz/soyuz.hh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/soyuz/soyuz.hh b/include/soyuz/soyuz.hh index 122e646..0f22885 100644 --- a/include/soyuz/soyuz.hh +++ b/include/soyuz/soyuz.hh @@ -11,7 +11,11 @@ #define SOYUZ_SOYUZ_HH #pragma once -#define LUNAR_WINDOW_NAME_BASE "Lunar Client (" +/* Lunar no longer is based by "Lunar Client (" since the version is now before + * the "(". + * + * Thanks for bringing this to my attention, @BlueXAyman */ +#define LUNAR_WINDOW_NAME_BASE "Lunar Client 1." #define DISCORD_IPC_NAMED_PIPE_NAME L"\\Device\\NamedPipe\\discord-ipc-0" #define WINDOW_TRAY_NAME "Soyuz - 1.1.3 | Copyright (C) 2021-2022 Fuwn" -- cgit v1.2.3