chore(user): cleanup

This commit is contained in:
kolaente 2023-06-12 16:20:46 +02:00
parent a050419fdf
commit aab2020e68
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 6 deletions

View File

@ -159,7 +159,6 @@ import {PrefixMode} from '@/modules/parseTaskText'
import ProjectSearch from '@/components/tasks/partials/projectSearch.vue'
import {SUPPORTED_LOCALES} from '@/i18n'
import {playSoundWhenDoneKey, playPopSound} from '@/helpers/playPop'
import {createRandomID} from '@/helpers/randomId'
import {AuthenticatedHTTPFactory} from '@/helpers/fetcher'
@ -231,11 +230,6 @@ const defaultProject = computed({
})
const loading = computed(() => authStore.isLoadingGeneralSettings)
// watch(
// settings.value.frontendSettings.playSoundWhenDone,
// (play) => play && playPopSound(),
// )
async function updateSettings() {
await authStore.saveUserSettings({
settings: {...settings.value},