Skip to content

Commit

Permalink
disable PleaseQuit
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Nov 23, 2024
1 parent 1c537c9 commit af64b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/plugins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1583,11 +1583,11 @@ static void initStatic__Bacon()
p->addModel(modelLintBuddy);
p->addModel(modelLuckyHold);
p->addModel(modelPatchNameDisplay);
p->addModel(modelPleaseQuit);

// Used for testing in BaconPlugs
// Used for testing or not practical
spl.removeModule("ContrastBNDEditor");
spl.removeModule("BaconTest");
spl.removeModule("PleaseQuit");
}
}

Expand Down

0 comments on commit af64b83

Please sign in to comment.