Add hide_timestamp to store

This commit is contained in:
Amaru8 2022-05-09 22:26:39 +02:00
parent 26e84c6148
commit 5417484722

View file

@ -17,6 +17,7 @@ export class Store {
"client": "Cider", "client": "Cider",
"clear_on_pause": true, "clear_on_pause": true,
"hide_buttons": false, "hide_buttons": false,
"hide_timestamp": false,
"state_format": "by {artist}", "state_format": "by {artist}",
"details_format": "{title}", "details_format": "{title}",
}, },