Skip to content

Commit

Permalink
fix: hide sleep mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyri1 committed Feb 23, 2023
1 parent d3bd944 commit ac82ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/PrefTab3.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ion-select>
</ion-item>
</ion-list>
<ion-button v-show="true" slot="start" @click="setOpen(true)">Activer le mode sommeil</ion-button>
<ion-button v-show="false" slot="start" @click="setOpen(true)">Activer le mode sommeil</ion-button>
</ion-card-content>
</ion-card>
<ion-card>
Expand Down

0 comments on commit ac82ba6

Please sign in to comment.