fix: all discord fields are now padded to 2+ chars

This commit is contained in:
2024-08-10 14:20:13 +02:00
parent e2a84e119a
commit 2c1c76d2d0
6 changed files with 51 additions and 28 deletions

View File

@@ -116,6 +116,9 @@ export const settingsStore = new Store({
{ key: settings.advanced.tidalUrl, value: "https://listen.tidal.com" },
]);
},
"5.16.0": (migrationStore) => {
buildMigration("5.16.0", migrationStore, [{ key: settings.discord.showIdle, value: "true" }]);
},
},
});