change(ui): mouse trail setting defualt to true
This commit is contained in:
parent
aba75d1124
commit
d07c688b1b
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ export default class SessionSettings {
|
|||
durationFilter: any = JSON.parse(localStorage.getItem(DURATION_FILTER) || JSON.stringify(defaultDurationFilter));
|
||||
captureRate: string = '0';
|
||||
captureAll: boolean = false;
|
||||
mouseTrail: boolean = localStorage.getItem(MOUSE_TRAIL) === 'true';
|
||||
mouseTrail: boolean = localStorage.getItem(MOUSE_TRAIL) !== 'false';
|
||||
|
||||
|
||||
constructor() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue