forked from MapComplete/MapComplete
Add custom theme for advanced users
This commit is contained in:
parent
004eead4ee
commit
9c42839f01
44 changed files with 635 additions and 326 deletions
|
@ -1,6 +1,7 @@
|
|||
// @ts-ignore
|
||||
import osmAuth from "osm-auth";
|
||||
import {UIEventSource} from "../../UI/UIEventSource";
|
||||
import {CustomLayersState} from "../CustomLayersState";
|
||||
|
||||
export class UserDetails {
|
||||
|
||||
|
@ -215,6 +216,7 @@ export class OsmConnection {
|
|||
self.preferences.data[k] = v;
|
||||
}
|
||||
self.preferences.ping();
|
||||
CustomLayersState.InitFavouriteLayer();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue