Skip to content

Commit

Permalink
Merge pull request #116 from obgnail/dev
Browse files Browse the repository at this point in the history
update toml
  • Loading branch information
obgnail authored Aug 23, 2023
2 parents e16b2fa + e4e727e commit ab54383
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 ab54383

Please sign in to comment.