Remove excessive warnings in the registry editor

This commit is contained in:
Kenny 2022-06-14 09:39:40 -04:00 committed by GitHub
parent 085ea0c033
commit 13270cd77d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<center style="margin: 2em;">
<h1>Registry Editor</h1>
<v-alert text outlined type="warning">
EDITING ENTRIES MAY CAUSE YOUR APP TO BREAK!
CHANGING ENTRIES MAY CAUSE YOUR APP TO BREAK!
</v-alert>
</center>
@ -36,7 +36,6 @@
<v-card class="rounded-lg" :class="$vuetify.theme.dark ? 'background lighten-1' : 'background darken-1'">
<v-card-title class="text-h5">Confirm Delete</v-card-title>
<v-card-text>Are you sure that you want to delete <span class="highlight" v-text="selectedKey" />?</v-card-text>
<v-alert text outlined type="warning" style="margin: -0.5em 2em 1em 2em;">Deleting random keys may cause the app to break!</v-alert>
<v-divider />
<v-card-actions>
<v-spacer></v-spacer>
@ -59,7 +58,6 @@
/>
</v-card-text>
<v-alert text outlined type="warning" style="margin: -2em 2em 1em 2em;">Editing random keys may cause the app to break!</v-alert>
<v-divider />
<v-card-actions>
<v-spacer></v-spacer>