From 63608c6f390aab8d78c321c3f3dbbd20960f3717 Mon Sep 17 00:00:00 2001 From: zkk <1007518571@qq.com> Date: Wed, 31 Jul 2024 09:53:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BF=AE=E6=94=B9=E6=9C=BA?= =?UTF-8?q?=E5=9E=8B=E9=A1=B5=E9=9D=A2=E6=A0=87=E9=A2=98=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- panels/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panels/system.py b/panels/system.py index b3a393e4..43b530c3 100644 --- a/panels/system.py +++ b/panels/system.py @@ -88,7 +88,7 @@ class Panel(ScreenPanel): self.last_click_time = current_time if self.click_count == self.target_clicks: self.click_count = 0 - self.load_menu("system", _("model")) + self.load_menu(self, "model", _("model select")) def set_mem_multiplier(self, data): memory_units = data.get("memory_units", "kB").lower()