diff --git a/app/pages/pm.vue b/app/pages/pm.vue index aa848e2..fce546b 100644 --- a/app/pages/pm.vue +++ b/app/pages/pm.vue @@ -519,74 +519,6 @@ - - - - {{ themeIcon }} - Theme - - - - - mdi-weather-night - - Dark - - mdi-check - - - mdi-white-balance-sunny - - Light - - mdi-check - - - mdi-theme-light-dark - - Use system - - mdi-check - - - - - mdi-help-circle-outline - {{ helpLang === 'de' ? 'Hilfe' : 'Help' }} - {{ bugReportCapturing ? 'mdi-loading mdi-spin' : 'mdi-bug-outline' }} {{ bugReportCapturing ? '…' : 'Bug' }} - - mdi-message-draw - Feedback - mdi-cog Settings - + + + mdi-help-circle-outline + + mdi-logout - Logout @@ -1253,6 +1189,39 @@ + + Theme + + + mdi-weather-night + Dark + + + mdi-white-balance-sunny + Light + + + mdi-theme-light-dark + System + + + + @@ -1584,11 +1553,6 @@ const engine = useCommunicationsEngine() const auth = useAuthStore() const api = useApi() const { effectiveTheme: pmTheme, preference: pmThemePreference, setPreference: setPmTheme } = usePmTheme() -const themeMenu = ref(false) -const themeIcon = computed(() => { - if (pmThemePreference.value === 'system') return 'mdi-theme-light-dark' - return pmThemePreference.value === 'light' ? 'mdi-white-balance-sunny' : 'mdi-weather-night' -}) const router = useRouter() const route = useRoute() const radioBackend = useRadioBackend() @@ -5744,6 +5708,11 @@ onUnmounted(() => { .hud-right .btn-label { white-space: nowrap; } +.hud-right .hud-icon-btn { + padding: 8px; + min-width: 40px; + justify-content: center; +} .bridge-badge { display: inline-flex; align-items: center; @@ -6023,7 +5992,6 @@ onUnmounted(() => { } .hud-right .btn-label { display: none; } .hud-center { padding: 0; } - .hud-feedback-btn { display: none; } } .pm-body {