Merge branch 'updateTask' into develop

This commit is contained in:
Sakamoto Shiina
2024-04-18 13:56:35 +09:00
16 changed files with 290 additions and 52 deletions

View File

@@ -8,9 +8,9 @@ from utils import getKeyByValue, isUniqueStrings, strPctToInt
import argparse
# Common
def callbackUpdateSoftware():
def callbackUpdateSoftware(func=None):
setMainWindowGeometry()
model.updateSoftware()
model.updateSoftware(restart=True, func=func)
def callbackRestartSoftware():
setMainWindowGeometry()