mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-11 12:05:33 +08:00
rename settings dialog
This commit is contained in:
@@ -88,9 +88,9 @@
|
||||
<div class="hud-right">
|
||||
|
||||
<!-- ATC Einstellungen -->
|
||||
<button class="btn ghost" @click="showSettings=true" title="ATC settings">
|
||||
<button class="btn ghost" @click="showSettings=true" title="Settings">
|
||||
<v-icon size="18">mdi-tune</v-icon>
|
||||
ATC
|
||||
Settings
|
||||
</button>
|
||||
|
||||
<NuxtLink class="btn ghost" to="/logout" title="Logout">
|
||||
@@ -1135,7 +1135,7 @@
|
||||
<!-- SETTINGS DIALOG -->
|
||||
<v-dialog v-model="showSettings" max-width="720">
|
||||
<div class="panel dialog">
|
||||
<h3 class="h3">ATC settings</h3>
|
||||
<h3 class="h3">Settings</h3>
|
||||
|
||||
<div class="settings">
|
||||
<div class="set-row">
|
||||
|
||||
Reference in New Issue
Block a user