Added comment for settings v2

This commit is contained in:
Mitchell McCaffrey 2020-09-06 17:11:23 +10:00
parent 3f5bd7f659
commit 43e9b515da

View File

@ -27,6 +27,7 @@ function loadVersions(settings) {
style: "galaxy",
},
}));
// v1.5.2 - Added full screen support for map
settings.version(2, (prev) => ({ ...prev, map: { fullScreen: false } }));
}