diff options
| author | Fuwn <[email protected]> | 2023-05-06 02:21:45 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-06 02:21:45 -0700 |
| commit | 33e47879f90fc54349cd6f442da094284219c847 (patch) | |
| tree | 100edaf7fe7de837c6f926f35bd851c06cf62af0 | |
| parent | docs(soyuz): bump version everywhere (diff) | |
| download | soyuz-33e47879f90fc54349cd6f442da094284219c847.tar.xz soyuz-33e47879f90fc54349cd6f442da094284219c847.zip | |
fix(soyuz.hh): lunar window name base
| -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" |