mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 02:47:03 -04:00
BypassDND -> BypassStatus
This commit is contained in:
parent
aca51e64f8
commit
92fe7335fb
12 changed files with 32 additions and 25 deletions
|
@ -23,7 +23,7 @@ export const Native = getNative();
|
|||
import "./styles.css";
|
||||
|
||||
import { NavContextMenuPatchCallback } from "@api/ContextMenu";
|
||||
import { definePluginSettings, migratePluginSettings, Settings } from "@api/Settings";
|
||||
import { definePluginSettings, Settings } from "@api/Settings";
|
||||
import ErrorBoundary from "@components/ErrorBoundary";
|
||||
import { Devs } from "@utils/constants";
|
||||
import { Logger } from "@utils/Logger";
|
||||
|
@ -564,7 +564,6 @@ const contextMenuPath: NavContextMenuPatchCallback = (children, props) => {
|
|||
}
|
||||
};
|
||||
|
||||
migratePluginSettings("MessageLoggerEnhanced", "MLEnhanced");
|
||||
export default definePlugin({
|
||||
name: "MessageLoggerEnhanced",
|
||||
authors: [Devs.Aria],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue