Sync with latest libmutton development version

This commit is contained in:
2026-01-08 18:22:54 -05:00
parent 441730e0e0
commit 9af456590c
5 changed files with 22 additions and 18 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ func CopyMenu(vanityPath string, decSlice []string, oldPassword string) {
}
} else {
fmt.Print("\n\n")
_, err := syncclient.RunJob(false)
_, err := syncclient.RunJob()
if err != nil {
other.PrintError("Failed to sync on copy menu entry: "+err.Error(), global.ErrorSyncProcess)
}