Add am auto-update button to manuscript build settings

This commit is contained in:
Veronica Berglyd Olsen
2025-10-27 21:02:50 +01:00
parent d3b0a48779
commit d9d8e54ed3
5 changed files with 61 additions and 25 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ def testToolBuildSettings_Init(qtbot, nwGUI, projPath, mockRnd):
triggered = False
@pyqtSlot(BuildSettings)
def _testNewSettingsReady(new: BuildSettings):
def _testNewSettingsReady(new: BuildSettings, refresh: bool):
nonlocal triggered
assert new.buildID == build.buildID
triggered = True