Fix #237 and #238, Moved module modifications to meteor mixins (#240)

This commit is contained in:
Soda5601
2023-03-25 18:26:57 +08:00
committed by GitHub
parent 29509947c6
commit f749e5c7d9
17 changed files with 117 additions and 196 deletions

View File

@@ -0,0 +1,7 @@
package anticope.rejects.mixininterface;
public interface INoRender {
boolean noCommandSuggestions();
boolean disableToasts();
}