mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-29 06:33:05 +00:00
Remove excessive warnings in the registry editor
This commit is contained in:
parent
085ea0c033
commit
13270cd77d
1 changed files with 1 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
<center style="margin: 2em;">
|
<center style="margin: 2em;">
|
||||||
<h1>Registry Editor</h1>
|
<h1>Registry Editor</h1>
|
||||||
<v-alert text outlined type="warning">
|
<v-alert text outlined type="warning">
|
||||||
EDITING ENTRIES MAY CAUSE YOUR APP TO BREAK!
|
CHANGING ENTRIES MAY CAUSE YOUR APP TO BREAK!
|
||||||
</v-alert>
|
</v-alert>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
@ -36,7 +36,6 @@
|
||||||
<v-card class="rounded-lg" :class="$vuetify.theme.dark ? 'background lighten-1' : 'background darken-1'">
|
<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-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-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-divider />
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
<v-spacer></v-spacer>
|
<v-spacer></v-spacer>
|
||||||
|
@ -59,7 +58,6 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</v-card-text>
|
</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-divider />
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
<v-spacer></v-spacer>
|
<v-spacer></v-spacer>
|
||||||
|
|
Loading…
Reference in a new issue