feat: merge to main #1

Merged
wed150 merged 27 commits from main into develop 2026-07-03 20:29:43 +08:00
Showing only changes of commit 4785866fb3 - Show all commits
+3
View File
@@ -4,6 +4,8 @@
#include "Language.h"
#include "ll/api/utils/ErrorUtils.h"
#include "gmlib/mc/locale/I18nAPI.h"
#include "gmlib/gm/data/TpsStatus.h"
namespace Cleaner {
Entry& Entry::getInstance() {
@@ -14,6 +16,7 @@ Entry& Entry::getInstance() {
bool Entry::load() { return true; }
bool Entry::enable() {
(void)gmlib::TpsStatus::getInstance();
mConfig.emplace();
try {
ll::config::loadConfig(*mConfig, getSelf().getConfigDir() / "config.json");