Placeholder

This commit is contained in:
Manav Rathi
2024-11-05 13:20:53 +05:30
parent 1b4c9217b6
commit d2b3de08c1

View File

@@ -100,3 +100,11 @@ const m3 = () =>
removeKV("entityKey/location"),
removeKV("latestUpdatedAt/location"),
]);
// TODO: Not enabled yet.
// // Added: Nov 2025 (v1.7.7-beta). Prunable.
// const m4 = () => {
// // Delete legacy keys for storing individual settings
// localStorage.removeItem("mapEnabled");
// localStorage.removeItem("cfProxyDisabled");
// };