From d027cdaa8c5bb1e7c18de23b69706d695a1c4297 Mon Sep 17 00:00:00 2001 From: Kari Kujansuu Date: Tue, 17 Dec 2024 17:02:03 +0200 Subject: [PATCH] Add Isotammi addons to Project Manager defaults --- gramps/gen/config.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gramps/gen/config.py b/gramps/gen/config.py index f7a5f84c607..397004f3d8e 100644 --- a/gramps/gen/config.py +++ b/gramps/gen/config.py @@ -186,6 +186,11 @@ def emit(key): "Gramps", "https://raw.githubusercontent.com/gramps-project/addons/master/gramps52", True, + ], + [ + "Isotammi", + "https://raw.githubusercontent.com/Taapeli/isotammi-addons/master/addons/gramps52", + False, ] ], )