We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5aa9ba commit ab2bb7dCopy full SHA for ab2bb7d
src/app/app.component.ts
@@ -1140,7 +1140,10 @@ export class AppComponent implements AfterViewInit {
1140
1141
public async initialDataTrackings() {
1142
const settings = this.uiSettingsStorage.getSettings();
1143
- if (settings.matomo_analytics === true) {
+ if (
1144
+ settings.matomo_analytics === true &&
1145
+ settings.matomo_initial_data_tracked === false
1146
+ ) {
1147
try {
1148
await this.uiAlert.showLoadingSpinner();
1149
const beans: Array<Bean> = this.uiBeanStorage.getAllEntries();
0 commit comments