Added full screen button

This commit is contained in:
Mitchell McCaffrey
2020-09-06 15:18:05 +10:00
parent 24a3387b51
commit 58cb92d432
7 changed files with 138 additions and 56 deletions

View File

@@ -27,6 +27,7 @@ function loadVersions(settings) {
style: "galaxy",
},
}));
settings.version(2, (prev) => ({ ...prev, map: { fullScreen: false } }));
}
export function getSettings() {