增加修改机型页面标题栏

This commit is contained in:
张开科 2024-07-31 09:53:22 +08:00
parent a02b8aebf6
commit 63608c6f39

View File

@ -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()