forked from cory/tildefriends
Default the files panel to expanded.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4295 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
bc5bbca951
commit
09c396d5a3
@ -218,7 +218,7 @@ class TfFilesPaneElement extends LitElement {
|
|||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
this.expanded = window.localStorage.getItem('files') == '1';
|
this.expanded = window.localStorage.getItem('files') != '0';
|
||||||
this.files = {};
|
this.files = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user