Improvements to the time picker

This commit is contained in:
Pieter Vander Vennet 2020-10-23 01:20:48 +02:00
parent 820902ee48
commit 66acff699e
6 changed files with 113 additions and 24 deletions

View file

@ -18,7 +18,7 @@ export class PersonalLayout extends Layout {
);
this.description = "The personal theme allows to select one or more layers from all the layouts, creating a truly personal editor"
this.icon = "./assets/star.svg"
this.icon = "./assets/add.svg"
}
}