diff --git a/plinth/modules/snapshot/__init__.py b/plinth/modules/snapshot/__init__.py index 015bac1f5..c16ccb4d6 100644 --- a/plinth/modules/snapshot/__init__.py +++ b/plinth/modules/snapshot/__init__.py @@ -44,6 +44,8 @@ class SnapshotApp(app_module.App): _version = 4 + can_be_disabled = False + def __init__(self): """Create components for the app.""" super().__init__() diff --git a/plinth/modules/snapshot/templates/snapshot.html b/plinth/modules/snapshot/templates/snapshot.html index bbf0b9da2..36c153f70 100644 --- a/plinth/modules/snapshot/templates/snapshot.html +++ b/plinth/modules/snapshot/templates/snapshot.html @@ -7,7 +7,8 @@ {% load i18n %} {% block configuration %} -