Remove migratePluginSettings calls

This commit is contained in:
Vendicated 2023-04-29 23:19:14 +02:00
parent b95c5c6619
commit 070aa343ef
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
12 changed files with 4 additions and 27 deletions

View file

@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import { definePluginSettings, migratePluginSettings, Settings } from "@api/settings";
import { definePluginSettings, Settings } from "@api/settings";
import { Devs } from "@utils/constants";
import definePlugin, { OptionType } from "@utils/types";
import { findByPropsLazy } from "@webpack";
@ -29,7 +29,6 @@ const isMac = navigator.platform.includes("Mac"); // bruh
let replyIdx = -1;
let editIdx = -1;
migratePluginSettings("QuickReply", "InteractionKeybinds");
const enum MentionOptions {
DISABLED,