We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c9b28 commit 4dff993Copy full SHA for 4dff993
src/app/pages/settings/settings.page.html
@@ -56,7 +56,7 @@ <h2>{{ "SettingsPage.connectionsDes" | translate }}</h2>
56
</ion-col>
57
</ion-row>
58
59
- <ion-row class="section" (click)="navDeveloper()">
+ <!-- <ion-row class="section" (click)="navDeveloper()">
60
<ion-col size="2.5" class="left-col">
61
<img src="assets/images/darkmode/settings/developer.svg"/>
62
@@ -67,7 +67,7 @@ <h2>{{ "SettingsPage.developerDes" | translate }}</h2>
67
<ion-col size="1" class="arrow-col">
68
<img src="assets/images/darkmode/settings/right-arrow.svg"/>
69
70
- </ion-row>
+ </ion-row> -->
71
72
<!-- <ion-row class="section" (click)="navDeveloper()" *ngIf="developerMode">
73
<ion-col size="9" class="title-col">
0 commit comments