Skip to content

Commit

Permalink
removed debug bool and built the ui
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeful committed Nov 13, 2021
1 parent be5a385 commit c81d927
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified native/app/Embedded
Binary file not shown.
2 changes: 1 addition & 1 deletion ui/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export class AppComponent implements OnInit, AfterContentInit {
this.ui.getSettings()
])

if (typeof uiSettings.privacyFormSeen !== 'boolean' || true) {
if (typeof uiSettings.privacyFormSeen !== 'boolean') {
let doCollectTelemetry = uiSettings.doCollectTelemetry ?? false
let doCollectCrashReports = await this.settings.getDoCollectCrashReports()
let saving = false
Expand Down

0 comments on commit c81d927

Please sign in to comment.