diff --git a/ptools/settings.py b/ptools/settings.py
index 493b7cf..b61ff4b 100644
--- a/ptools/settings.py
+++ b/ptools/settings.py
@@ -207,10 +207,6 @@ SIMPLEUI_CONFIG = {
'name': '更新',
'icon': 'fas fa-code',
'models': [{
- 'name': '重启更新',
- 'icon': 'far fa-surprise',
- 'url': '/tasks/restart'
- }, {
'name': '更新',
'icon': 'far fa-surprise',
'url': '/tasks/update'
diff --git a/templates/auto_pt/update.html b/templates/auto_pt/update.html
index 810ed57..b39b807 100644
--- a/templates/auto_pt/update.html
+++ b/templates/auto_pt/update.html
@@ -24,6 +24,7 @@