aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-05-06 02:21:45 +0000
committerFuwn <[email protected]>2023-05-06 02:21:45 +0000
commitd8ba3c2bb46d814d34903c7d643ffbfc3b4f3de0 (patch)
tree100edaf7fe7de837c6f926f35bd851c06cf62af0 /include
parentdocs(soyuz): bump version everywhere (diff)
downloadsoyuz-d8ba3c2bb46d814d34903c7d643ffbfc3b4f3de0.tar.xz
soyuz-d8ba3c2bb46d814d34903c7d643ffbfc3b4f3de0.zip
fix(soyuz.hh): lunar window name base
Diffstat (limited to 'include')
-rw-r--r--include/soyuz/soyuz.hh6
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"