()
| 87 | } |
| 88 | |
| 89 | get tipsShown(){ |
| 90 | let tips = this.read( 'tips' ); |
| 91 | if (tips == undefined) tips = [ false, false, false, false, false, false ]; |
| 92 | return tips; |
| 93 | } |
| 94 | |
| 95 | set tipShown( index ){ |
| 96 | const serializedData = localStorage.getItem( Store.namespace ); |