switch to a different id

This commit is contained in:
delta 2023-05-07 18:06:33 +02:00
parent da85e0fca8
commit 74154a5e14
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"id": "dev.delta.MMM",
"id": "com.twoexem.delta.MMM",
"name": "MMM",
"description": "Mediocre Macro Manager",
"author": {

View file

@ -18,7 +18,7 @@ const defaultSettings = {
} satisfies Partial<Settings>;
export const cfg = await settings.init<Settings, keyof typeof defaultSettings>(
"dev.delta.MMM",
"com.twoexem.delta.MMM",
defaultSettings,
);