Skip to content

Commit

Permalink
update toml
Browse files Browse the repository at this point in the history
  • Loading branch information
obgnail committed Aug 23, 2023
1 parent 6fd8efd commit e4e727e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/custom/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class loadPluginHelper {
}

load() {
const allPlugins = this.controller.utils.readToml("./plugin/custom/custom_plugin.toml");
const allPlugins = this.controller.utils.readToml("./plugin/global/settings/custom_plugin.toml");
allPlugins.plugins.forEach(info => {
if (!info.enable) return
try {
Expand Down
File renamed without changes.

0 comments on commit e4e727e

Please sign in to comment.