From a96f8a89f36ccb980334da2274385373aa3ffb24 Mon Sep 17 00:00:00 2001 From: Ven Date: Mon, 14 Nov 2022 16:22:50 +0100 Subject: MessageLogger: fixes + ignoreSelf & ignoreBots option (#213) --- src/components/PluginSettings/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/PluginSettings/index.tsx') diff --git a/src/components/PluginSettings/index.tsx b/src/components/PluginSettings/index.tsx index fef8c30..9600ef7 100644 --- a/src/components/PluginSettings/index.tsx +++ b/src/components/PluginSettings/index.tsx @@ -22,7 +22,7 @@ import { showNotice } from "../../api/Notices"; import { Settings, useSettings } from "../../api/settings"; import { startDependenciesRecursive, startPlugin, stopPlugin } from "../../plugins"; import { ChangeList } from "../../utils/ChangeList"; -import Logger from "../../utils/logger"; +import Logger from "../../utils/Logger"; import { classes, LazyComponent, lazyWebpack } from "../../utils/misc"; import { openModalLazy } from "../../utils/modal"; import { Plugin } from "../../utils/types"; -- cgit