Skip to content

Commit 4dff993

Browse files
committed
hide Developer mode
1 parent f6c9b28 commit 4dff993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/pages/settings/settings.page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2>{{ "SettingsPage.connectionsDes" | translate }}</h2>
5656
</ion-col>
5757
</ion-row>
5858

59-
<ion-row class="section" (click)="navDeveloper()">
59+
<!-- <ion-row class="section" (click)="navDeveloper()">
6060
<ion-col size="2.5" class="left-col">
6161
<img src="assets/images/darkmode/settings/developer.svg"/>
6262
</ion-col>
@@ -67,7 +67,7 @@ <h2>{{ "SettingsPage.developerDes" | translate }}</h2>
6767
<ion-col size="1" class="arrow-col">
6868
<img src="assets/images/darkmode/settings/right-arrow.svg"/>
6969
</ion-col>
70-
</ion-row>
70+
</ion-row> -->
7171

7272
<!-- <ion-row class="section" (click)="navDeveloper()" *ngIf="developerMode">
7373
<ion-col size="9" class="title-col">

0 commit comments

Comments
 (0)