feat: possibility to deactivate logs and saving this choice to localStorage

This commit is contained in:
Roberto Tonino
2021-06-04 23:16:19 +02:00
parent d12d18874e
commit 0f35bd5478
7 changed files with 59 additions and 13 deletions

View File

@@ -390,6 +390,10 @@ const en = {
update: 'Settings updated!',
reset: 'Settings reset to default!',
ARLcopied: 'ARL copied to clipboard'
},
logs: {
title: 'Logs',
areLogsActive: 'Active'
}
},
sidebar: {

View File

@@ -393,6 +393,10 @@ const it = {
update: 'Impostazioni aggiornate!',
reset: 'Impostazioni di default ripristinate!',
ARLcopied: 'ARL copiato negli appunti'
},
logs: {
title: 'Log',
areLogsActive: 'Attivi'
}
},
sidebar: {