From 1d19c5d9a21b02171227eafa4ae7a8a730eb7451 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 4 Jun 2012 12:41:11 +0200 Subject: [PATCH] omit 0 for number of decimals when calling formatUnit (0 is the default) --- pandora/config.0xdb.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index 0fb29f7fe..42848ebc3 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -324,7 +324,7 @@ "title": "Rating", "type": "float", "columnWidth": 60, - "format": {"type": "unit", "args": ["%", 0]}, + "format": {"type": "unit", "args": ["%"]}, "sort": true }, {