forked from abner/for-legacy-web
feat: finish reimplementation of server list
This commit is contained in:
@@ -58,6 +58,9 @@ export default class Layout implements Store, Persistent<Data> {
|
||||
this.lastDiscoverPath = "/discover/servers";
|
||||
this.lastOpened = new ObservableMap();
|
||||
this.openSections = new ObservableMap();
|
||||
|
||||
this.getLastHomePath = this.getLastHomePath.bind(this);
|
||||
|
||||
makeAutoObservable(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user