Skip to content

Commit

Permalink
🐛 Fix: handleUploaderConfig should be placed in main/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Jan 2, 2023
1 parent cbafe66 commit fc897ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/events/remotes/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { PICGO_CONFIG_PLUGIN, PICGO_HANDLE_PLUGIN_ING, PICGO_TOGGLE_PLUGIN, SHOW
import picgoCoreIPC from '~/main/events/picgoCoreIPC'
import { PicGo as PicGoCore } from 'picgo'
import { T } from '~/main/i18n'
import { changeCurrentUploader } from '~/universal/utils/handleUploaderConfig'
import { changeCurrentUploader } from '~/main/utils/handleUploaderConfig'

interface GuiMenuItem {
label: string
Expand Down
2 changes: 1 addition & 1 deletion src/main/events/rpc/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
getUploaderConfigList,
selectUploaderConfig,
updateUploaderConfig
} from '~/universal/utils/handleUploaderConfig'
} from '~/main/utils/handleUploaderConfig'

class RPCServer {
start () {
Expand Down
File renamed without changes.

0 comments on commit fc897ce

Please sign in to comment.