Skip to content

Commit

Permalink
Set auto-update setting default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommatheussen committed Jun 1, 2017
1 parent fba90e3 commit 72b6d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/app/database/settings.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class SettingsStore {
}

private defaultValues: Settings = {
auto_update: false
auto_update: true
};

public getSetting(key): any{
Expand Down
2 changes: 1 addition & 1 deletion client/src/app/models/setting.interface.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export class Settings {
auto_update: false
auto_update: boolean
}

0 comments on commit 72b6d71

Please sign in to comment.