From f31a2dfc2be9bd7c28ac1665d3ba002b206dae9d Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 27 Sep 2012 01:08:39 +0200 Subject: [PATCH] add likes, fixes #1021 --- pandora/config.0xdb.jsonc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index 5a07ccf2..ae95f514 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -336,6 +336,14 @@ "format": {"type": "unit", "args": ["%", 2]}, "sort": true }, + { + "id": "likes", + "title": "Likes", + "type": "integer", + "columnWidth": 60, + "format": {"type": "number"}, + "sort": true + }, { "id": "id", "title": "ID",