mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 12:31:27 +08:00
Optimize fold layout and ids
This commit is contained in:
@@ -40,7 +40,7 @@ public class ToolsList {
|
||||
return toolList;
|
||||
}
|
||||
|
||||
public void setToolList(List<Tool> toolList) {
|
||||
public static void setToolList(List<Tool> toolList) {
|
||||
ToolsList.toolList = toolList;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user