feat: feat #12

This commit is contained in:
Tsubasa6848
2024-03-23 03:24:02 +08:00
Unverified
parent b1e598774f
commit 161123a670
5 changed files with 481 additions and 20 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ namespace {
std::unique_ptr<std::reference_wrapper<ll::plugin::NativePlugin>>
selfPluginInstance; // NOLINT(cppcoreguidelines-avoid-non-const-global-variables)
auto disable(ll::plugin::NativePlugin& /*self*/) -> bool { return false; }
auto disable(ll::plugin::NativePlugin& /*self*/) -> bool { return true; }
auto enable(ll::plugin::NativePlugin& /*self*/) -> bool { return true; }