diff --git a/CHANGELOG.md b/CHANGELOG.md index 0542086cc..f74ed133a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file. - monkeysphere: Sort items for consistent display. - monkeysphere: Handle new uid format of gpg2. - monkeysphere: Fixed handling of unavailable imported domains. +- minetest: Fixed showing status block and diagnostics. ### Changed - dynamicdns, monkeysphere, transmission, upgrades: Use actions where diff --git a/plinth/modules/minetest/__init__.py b/plinth/modules/minetest/__init__.py index fc0eef46d..3cad72b43 100644 --- a/plinth/modules/minetest/__init__.py +++ b/plinth/modules/minetest/__init__.py @@ -94,7 +94,7 @@ class MinetestServiceView(ServiceView): service_id = managed_services[0] diagnostics_module_name = "minetest" description = description - show_status_block = False + show_status_block = True def diagnose():