Increase recent lists to 15

Because why not?!
Also closes #15
This commit is contained in:
Nils Maier 2019-08-26 19:51:30 +02:00
parent 544b7d522c
commit 29fd59c8fd

View File

@ -36,7 +36,7 @@ export class RecentList {
this.pref = `savedlist-${pref}`;
this.defaults = Array.from(defaults);
this[LIST] = [];
this.limit = 5;
this.limit = 15;
}
get values() {