1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-06-15 00:05:15 +02:00

UI: Enable tag colors by default

This commit is contained in:
Ralph Slooten
2023-12-01 15:30:14 +13:00
parent 1c565dc564
commit ceb4c03dc3
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ export default {
beforeMount() {
document.title = document.title + ' - ' + location.hostname
mailbox.showTagColors = localStorage.getItem('showTagsColors') == '1'
mailbox.showTagColors = !localStorage.getItem('hideTagColors') == '1'
// load global config
this.get(this.resolve('/api/v1/webui'), false, function (response) {