adapt: adapt GMLIB v0.9.8

This commit is contained in:
Tsubasa6848
2024-03-25 21:38:58 +08:00
Unverified
parent 9bcdfbc031
commit e117d37824
8 changed files with 17 additions and 20 deletions
+4 -3
View File
@@ -2,9 +2,10 @@
namespace ConfigFile {
bool mConsoleLog = true;
bool mAnnounce = true;
bool mSendToast = true;
bool mConsoleLog = true;
bool mAnnounce = true;
bool mSendToast = true;
std::vector<std::string> mIgnoreTags = {};
} // namespace ConfigFile