forked from MapComplete/MapComplete
Move license picker into usersettings, add possibility to highlight a setting
This commit is contained in:
parent
9202cbe8e2
commit
4ed88609e5
16 changed files with 204 additions and 103 deletions
|
@ -205,9 +205,9 @@ export default class DefaultGUI {
|
|||
const self = this
|
||||
|
||||
const userInfoMapControl = Toggle.If(state.featureSwitchUserbadge, () => {
|
||||
console.log("Guistate is", guiState)
|
||||
new UserInformationPanel(state, {
|
||||
isOpened: guiState.userInfoIsOpened,
|
||||
userInfoFocusedQuestion: guiState.userInfoFocusedQuestion,
|
||||
})
|
||||
|
||||
const mapControl = new MapControlButton(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue