chore(user): cleanup
This commit is contained in:
parent
a050419fdf
commit
aab2020e68
@ -159,7 +159,6 @@ import {PrefixMode} from '@/modules/parseTaskText'
|
|||||||
import ProjectSearch from '@/components/tasks/partials/projectSearch.vue'
|
import ProjectSearch from '@/components/tasks/partials/projectSearch.vue'
|
||||||
|
|
||||||
import {SUPPORTED_LOCALES} from '@/i18n'
|
import {SUPPORTED_LOCALES} from '@/i18n'
|
||||||
import {playSoundWhenDoneKey, playPopSound} from '@/helpers/playPop'
|
|
||||||
import {createRandomID} from '@/helpers/randomId'
|
import {createRandomID} from '@/helpers/randomId'
|
||||||
import {AuthenticatedHTTPFactory} from '@/helpers/fetcher'
|
import {AuthenticatedHTTPFactory} from '@/helpers/fetcher'
|
||||||
|
|
||||||
@ -231,11 +230,6 @@ const defaultProject = computed({
|
|||||||
})
|
})
|
||||||
const loading = computed(() => authStore.isLoadingGeneralSettings)
|
const loading = computed(() => authStore.isLoadingGeneralSettings)
|
||||||
|
|
||||||
// watch(
|
|
||||||
// settings.value.frontendSettings.playSoundWhenDone,
|
|
||||||
// (play) => play && playPopSound(),
|
|
||||||
// )
|
|
||||||
|
|
||||||
async function updateSettings() {
|
async function updateSettings() {
|
||||||
await authStore.saveUserSettings({
|
await authStore.saveUserSettings({
|
||||||
settings: {...settings.value},
|
settings: {...settings.value},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user