mirror of
https://github.com/tomfong/simple-qr.git
synced 2025-06-29 04:30:03 +00:00
fix: set defaultHref for header back-button
This commit is contained in:
parent
7f4c827772
commit
53034c6077
15 changed files with 15 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
|||
<ion-header>
|
||||
<ion-toolbar [color]="env.colorTheme === 'black'? 'black' : 'dark'">
|
||||
<ion-buttons slot="start">
|
||||
<ion-back-button text="">
|
||||
<ion-back-button text="" defaultHref="tabs/setting">
|
||||
</ion-back-button>
|
||||
</ion-buttons>
|
||||
<ion-title>{{ 'LANGUAGE' | translate }}</ion-title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue