Merge branch 'updateTask' into develop
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user