From c1f32f5455095889d292257a99cd2f66c8e21d13 Mon Sep 17 00:00:00 2001 From: lukasabbe <67807954+lukasabbe@users.noreply.github.com> Date: Sun, 10 Nov 2024 23:01:50 +0100 Subject: [PATCH] added scale to default config --- src/main/resources/bookshelfinspector-config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/bookshelfinspector-config.yml b/src/main/resources/bookshelfinspector-config.yml index 5ee84d8..3a1b890 100644 --- a/src/main/resources/bookshelfinspector-config.yml +++ b/src/main/resources/bookshelfinspector-config.yml @@ -1 +1,2 @@ -lectern-toggle: true \ No newline at end of file +lectern-toggle: true +scale: 10 \ No newline at end of file