mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2025-01-03 09:29:36 +00:00
FIx lint
This commit is contained in:
parent
f237d43557
commit
0e5c483205
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ export class DaemonSettings {
|
|||
|
||||
public syncOnWifi: boolean = true;
|
||||
public syncPeriodEnabled: boolean = false;
|
||||
public syncPeriodFrom: any = '00:00';
|
||||
public syncPeriodTo: any = '00:00';
|
||||
public syncPeriodFrom: string = '00:00';
|
||||
public syncPeriodTo: string = '00:00';
|
||||
|
||||
public upgradeAutomatically: boolean = false;
|
||||
public downloadUpgradePath: string = '';
|
||||
|
|
Loading…
Reference in a new issue