From c8ac30eee82ad6a1644372dad15dcf16c23118d0 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Wed, 20 Sep 2017 06:52:29 +0200 Subject: [PATCH] Add the zoom entry in the config.json file --- resources/data/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/data/config.json b/resources/data/config.json index cbf07af..ed4fe9c 100644 --- a/resources/data/config.json +++ b/resources/data/config.json @@ -1,4 +1,5 @@ { "fullscreen": true, + "zoom": 1, "speedrate": 1 }