From 72c6aad51488b4c2357f64be16b69c56b9653665 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 2 Sep 2016 19:51:57 +0530 Subject: [PATCH] minetest: Fix showing status block and diagnostics --- CHANGELOG.md | 1 + plinth/modules/minetest/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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():