diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/soyuz/soyuz.hh | 6 |
1 files changed, 5 insertions, 1 deletions
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" |